/* CSS Document */
#topmenu {
	position:absolute;
	top:52px;
	width:480px;
	height:25px;
}

ul#nav_styled li a {
	text-indent:-9000px;
	background-color:transparent;
}

ul#nav_styled {
	width: 480px;
	height: 25px;
	margin:0;
	padding:0;
	background: url(../images/menu.gif);
	position:relative;
	left:-2px;
}

ul#nav_styled li {
	display:block;
	margin: 0; 
	padding: 0; 
	list-style: none; 
	position: absolute; 
	top: 0;
}

ul#nav_styled li a {
	display:block;
	height:50px;
}

li#hotel {
left: 0px; 
width: 68px;
}
li#food {
left: 70px; 
width: 65px;
}
li#drink {
left: 135px; 
width: 70px;
}
li#atmo {
left: 205px; 
width: 111px;
}
li#venue {
left: 318px; 
width: 65px;
}
li#loca {
left: 383px; 
width: 105px;
}

#hotel a:hover { background: transparent url(../images/menu-hover.gif) 0 0 no-repeat; }
#food a:hover { background: transparent url(../images/menu-hover.gif) -70px 0 no-repeat;}
#drink a:hover { background: transparent url(../images/menu-hover.gif) -135px 0 no-repeat;}
#atmo a:hover { background: transparent url(../images/menu-hover.gif) -205px 0 no-repeat; }
#venue a:hover { background: transparent url(../images/menu-hover.gif) -318px 0 no-repeat; }
#loca a:hover { background: transparent url(../images/menu-hover.gif) -383px 0 no-repeat; }
