#nav {
	margin: 0 auto;
	padding: 0;
	width: 548px;
	height: 25px;
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	z-index: 99;
}

#nav ul {
	height: 25px;
	margin: 0;
	padding: 0;
	text-align: center;
	list-style-type: none;
}

#nav a {
	display: block;
	color: #FFF;
	text-decoration: none;
	height: 25px
}

#nav a:hover {
	color: #FFF;
}

#nav li {
	text-align: left;
	float: left;
	padding: 0;
	margin:0;
}


#nav li.rooms {
	background: url(../images/nav-images/rooms.gif);
	width: 81px;
}

#nav li.facilities {
	background: url(../images/nav-images/facilities.gif);
	width: 77px;
}

#nav li.specials {
	background: url(../images/nav-images/specials.gif);
	width: 65px;
}

#nav li.location {
	background: url(../images/nav-images/location.gif);
	width: 81px;
}

#nav li.contactus {
	background: url(../images/nav-images/contactus.gif);
	width: 94px
}

#nav li.tourist {
	background: url(../images/nav-images/tourist.gif);
	width: 101px;
}	
	#nav li.msw {
	background: url(../images/nav-images/msw.gif);
	width: 150px;

}

#nav li.home {
	background: url(../images/nav-images/home.gif);
	width: 49px;
}

#nav li:hover, #nav li.sfhover,
body.rooms #nav li.rooms,
body.facilities #nav li.facilities,
body.specials #nav li.specials,
body.location #nav li.location,
body.contactus #nav li.contactus,
body.tourist #nav li.tourist,
body.msw #nav li.msw,
body.home #nav li.home {
	background-position: 0 -25px
}

#nav li span {
	display: none
}

#nav li ul {
	border: 1px solid #EAEADD;
	border-width: 0 4px 3px 4px;
	position: absolute;
	left: -999em;
	/*top: 40px;*/
	height: auto;
	width: 170px;
	font-weight: normal;
	display: inline;
	margin: 0 0 0 -4px;
	padding: 0;
	background-color: #F7941C;

}

#nav li li {
	width: 100%;
	height: 100%
}

#nav li ul a {
	border: solid #EAEADD;
	border-width: 0 0 1px 0;
	display: block;
	text-decoration: none;
	width: 170px;
	padding: 5px 0;
	height: 100%;
	text-align: left;
	text-indent: 5px;
	margin: 0;
	font-weight: bold;
	background: none;
	voice-family: "\"}\""; voice-family:inherit;
}

#nav li ul a:hover {
	background-color: #F36C20;
}

#nav li ul ul {
	margin: -26px 0 0 140px;
	padding: 0
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;

}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;

}

#nav li li li:hover, #nav li li li.sfhover, #nav li li.sfhover, #nav li li li.sfhover{
	background-color: #F36C20
}
