.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 800px;
	height: 40px;
	background-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.menu li {
	padding: 0;
	height: 40px;
	margin-right: 0em;
	list-style: none;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.menu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -1000px;
	height: 40px;
	background-repeat: no-repeat;
}
.performing {
	background-image: url(../img/menuth/performing_arts.gif);
	width: 146px;
	margin-left: 40px;
}
.performing a {
	background-image: url(../img/menuth/performing_arts-roll.gif);
}
.cinema{
	background-image: url(../img/menuth/cinema.jpg);
	width: 76px;
}
.cinema a {
	background-image: url(../img/menuth/cinema_roll.gif);
}
.gastronomy{
	background-image: url(../img/menuth/gastronomy.gif);
	width: 110px;
}
.gastronomy a {
	background-image: url(../img/menuth/gastronomy_roll.gif);
}
.home{
	background-image: url(../img/menuth/home.gif);
	width: 64px;
}
.home a {
	background-image: url(../img/menuth/home_roll.gif);
}
.calendar{
	background-image: url(../img/menuth/calendar.gif);
	width: 50px;
}
.calendar a {
	background-image: url(../img/menuth/calendar_roll.gif);
}
.venues{
	background-image: url(../img/menuth/venues.gif);
	width: 57px;
}
.venues a {
	background-image: url(../img/menuth/venues_roll.gif);
}
.sponsors{
	background-image: url(../img/menuth/sponsors.gif);
	width: 73px;
}
.sponsors a {
	background-image: url(../img/menuth/sponsors_roll.gif);
}
.partners{
	background-image: url(../img/menuth/partners.gif);
	width: 69px;
}
.partners a {
	background-image: url(../img/menuth/partners_roll.gif);
}
.press{
	background-image: url(../img/menu/press_roll.gif);
	width: 46px;
}
.press a {
	background-image: url(../img/menu/press.gif);
}
.contact {
	background-image: url(../img/menuth/contact_roll.gif);
	width: 68px;
}
.contact a {
	background-image: url(../img/menuth/contact.gif);
}
.visual {
	background-image: url(../img/menuth/visual_arts.gif);
	width: 70px;
}
.visual a {
	background-image: url(../img/menuth/visual_arts_roll.gif);
}

ul.menu li a:hover {background: none;}
.menu li {float: left;}
.menu:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
