@charset "utf-8";
/* CSS Document */

a.tv {
	display: block;
	width: 119px;
	height: 56px;
	text-decoration: none;
	background:url(../images/topnav_tv.jpg);
	background-repeat:no-repeat;
}

a.tv:hover {
	background-position: 0 -56px;
}

a.adver {
	display: block;
	width: 119px;
	height: 56px;
	text-decoration: none;
	background:url(../images/topnav_advertising.jpg);
	background-repeat:no-repeat;
}

a.adver:hover {
	background-position: 0 -56px;
}

a.film {
	display: block;
	width: 119px;
	height: 56px;
	text-decoration: none;
	background:url(../images/topnav_film.jpg);
	background-repeat:no-repeat;
}

a.film:hover {
	background-position: 0 -56px;
}

a.contact {
	display: block;
	width: 119px;
	height: 56px;
	text-decoration: none;
	background:url(../images/topnav_contact.jpg);
	background-repeat:no-repeat;
}

a.contact:hover {
	background-position: 0 -56px;
}

a.about {
	display: block;
	width: 119px;
	height: 56px;
	text-decoration: none;
	background:url(../images/topnav_about.jpg);
	background-repeat:no-repeat;
}

a.about:hover {
	background-position: 0 -56px;
}

a.home {
	display: block;
	width: 40px;
	height: 56px;
	text-decoration: none;
	background:url(../images/topnav_home.jpg);
	background-repeat:no-repeat;
}

a.home:hover {
	background-position: 0 -56px;
}


