
#menu{
	float: left;
	width: 735px;
	height: 125px;
	padding: 5px 0 0 285px;
	overflow: hidden;
}

#menu img {
	float: left;
}

#menu a {
	float: left;
	height: 31px;
}

#menu a.films {
	width: 70px;
	background: url('images/menu/films.gif') no-repeat top left;
}

#menu a.films:hover, #menu a.filmsON {
	width: 70px;
	background: url('images/menu/films.gif') no-repeat bottom left;
}

#menu a.aboutus {
	width: 107px;
	background: url('images/menu/aboutus.gif') no-repeat top left;
}

#menu a.aboutus:hover, #menu a.aboutusON {
	width: 107px;
	background: url('images/menu/aboutus.gif') no-repeat bottom left;
}

#menu a.network {
	width: 106px;
	background: url('images/menu/network.gif') no-repeat;
}

#menu a.network:hover, #menu a.networkON {
	width: 106px;
	background: url('images/menu/network.gif') no-repeat bottom left;
}

#menu a.news {
	width: 69px;
	background: url('images/menu/news.gif') no-repeat;
}

#menu a.news:hover, #menu a.newsON {
	width: 69px;
	background: url('images/menu/news.gif') no-repeat bottom left;
}

#menu a.contact {
	width: 98px;
	background: url('images/menu/contact.gif') no-repeat;
}

#menu a.contact:hover, #menu a.contactON {
	width: 98px;
	background: url('images/menu/contact.gif') no-repeat bottom left;
}

/* # # # # PINA HALLO # # # # */

#screen .imageBig a.pina {
	background: transparent url('images/pina.jpg') no-repeat top center;
}
#screen .imageBig a.pina:hover {
	background: transparent url('images/pina.jpg') no-repeat bottom center;
}

