#topnav ul {
	height: 26px;
	width: 960px;
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
}
#topnav a {
	display: block;
	width: 183px;
	height: 26px;
	text-indent: -5000px;
	text-decoration: none;
}
li#navhome a {background: url(/images/topnav-home-off.gif) no-repeat; position: absolute; top: 204px; left: 0;}
li#navhome a:hover {background: url(/images/topnav-home-over.gif) no-repeat;}
li#navrooms a {background: url(/images/topnav-rooms-off.gif) no-repeat; position: absolute; top: 204px; left: 194px;}
li#navrooms a:hover {background: url(/images/topnav-rooms-over.gif) no-repeat;}
li#navservices a {background: url(/images/topnav-services-off.gif) no-repeat; position: absolute; top: 204px; left: 388px;}
li#navservices a:hover {background: url(/images/topnav-services-over.gif) no-repeat;}
li#navlocation a {background: url(/images/topnav-location-off.gif) no-repeat; position: absolute; top: 204px; left: 582px;}
li#navlocation a:hover {background: url(/images/topnav-location-over.gif) no-repeat;}
li#navcontact a {background: url(/images/topnav-contact-off.gif) no-repeat; position: absolute; top: 204px; left: 777px;}
li#navcontact a:hover {background: url(/images/topnav-contact-over.gif) no-repeat;}