div.header ul.menu li.about {
	background: url(/static/img/ru/header/about.png) no-repeat center center;
	width: 81px;
}

div.header ul.menu li.channels {
	background: url(/static/img/ru/header/channels.png) no-repeat center center;
	width: 101px;
}

div.header ul.menu li.tv {
	background: url(/static/img/ru/header/tv.png) no-repeat center center;
	width: 136px;
}

div.header ul.menu li.movies {
	background: url(/static/img/ru/header/movies.png) no-repeat center center;
	width: 120px;
}

div.header ul.menu li.contacts {
	background: url(/static/img/ru/header/contacts.png) no-repeat center center;
	width: 143px;
}

div.header ul.menu li.active.about {
	background: url(/static/img/ru/header/abouta.png) no-repeat center center;
}

div.header ul.menu li.active.channels {
	background: url(/static/img/ru/header/channelsa.png) no-repeat center center;
}

div.header ul.menu li.active.tv {
	background: url(/static/img/ru/header/tva.png) no-repeat center center;
}

div.header ul.menu li.active.movies {
	background: url(/static/img/ru/header/moviesa.png) no-repeat center center;
}

div.header ul.menu li.active.contacts {
	background: url(/static/img/ru/header/contactsa.png) no-repeat center center;
}

div.header a.logo {
	background: url(/static/img/ru/header/logo.png) no-repeat 10px 20px;
	display: block;
	width: 266px;
	height: 101px;
}
div.header form.search button.submit {
	background: url(/static/img/ru/header/submit.png) no-repeat 0 0;
	width: 81px;
	height: 36px;
	border: 0;
}
div.now_in_tv a.tv {
	background: url(/static/img/ru/header/tvm.png) no-repeat right center;
	display: block;
	width: 260px;
	height: 65px;
}
div.now_in_tv {
	background: url(/static/img/ru/header/tv_in.png) no-repeat right top;
	width: 298px;
	padding: 96px 0 0 0;
	margin-bottom: 15px;
}