#nav {
	margin: 0 auto;
	padding: 0;
	text-align:center;
	width: 764px;
	height: 45px;
}

#nav ul {
   float: right;
	margin: 0;
	padding: 0;
	width: 764px;
	text-align: center;
	list-style-type: none;
	overflow: hidden;
}

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

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

#nav li {
	float: left;
	padding: 0;
}

#nav li.about-the-aft-cabin {
	background: url(../images/nav-images/about-the-aft-cabin.jpg);
	width: 196px;
}

#nav li.features {
	background: url(../images/nav-images/features.jpg);
	width: 95px;
}

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

#nav li.rates {
	background: url(../images/nav-images/rates.jpg);
	width: 68px;
}

#nav li.motorhome-rental {
	background: url(../images/nav-images/motorhome-rental.jpg);
	width: 186px;
}

#nav li.contact-us {
	background: url(../images/nav-images/contact-us.jpg);
	width: 119px;
}



#nav li:hover, #nav li.sfhover, 
body.about-the-aft-cabin #nav li.about-the-aft-cabin, 
body.features #nav li.features, 
body.location #nav li.location, 
body.rates #nav li.rates,
body.motorhome-rental #nav li.motorhome-rental,
body.contact-us #nav li.contact-us {
	background-position: 0 -45px
}

#nav li span {
	display: none
}

#nav li ul {
	border: 1px solid #E4CC08;
	border-width: 0 1px 1px 1px;
	position: absolute;
	left: -999em;
	top: 191px;
	height: auto;
	width: 117px;
	background-color: #536A13;
	font-weight: normal;
	margin: 0;
	padding: 0;
	background-image: none
}

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

#nav li ul a {
	border: solid #E2CB0B;
	border-width: 0 0 1px 0;
	display: block;
	text-decoration: none;
	width: 150px;
	padding: 5px 0;
	height: 100%;
	line-height: 20px;
	text-align: center;
	margin: 0;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	background-image: none;
	voice-family: "\"}\""; voice-family:inherit;
	width: 117px
}

#nav li ul a:hover {
	background-color: #6B8918;
	background-image: none
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#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: #536A13;
	background-image: none
}