#nav {
  position: relative;
  left: 0px;
  top: 0px;
	margin: 0 auto;	
	padding: 0;
	width: 986px;
	height: 38px;
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	z-index: 99;
	background: url(../images/endnav.jpg);
	background-repeat: repeat-x;
	background-color: #9D341F;
}

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

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

#nav a:hover {
	color: #FFFFFF;
	background: url(../images/button-over.jpg) top left no-repeat
}

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

#nav li.Index {
	background: url(../images/home.jpg);
	width: 140px;
}

#nav li.LotTour {
	background: url(../images/lottour.jpg);
	width: 140px;
}

/*#nav li.LotListing { 
	background: url(../images/lotlisting.jpg);
	width: 140px;
}*/

#nav li.Map {
	background: url(../images/map.jpg);
	width: 140px;
}

#nav li.Community {
	background: url(../images/community.jpg);
	width: 140px
}

#nav li.Register {
	background: url(../images/register.jpg);
	width: 140px;
}

#nav li.builder-info {
	background: url(../images/builder-info.jpg);
	width: 140px;
}

#nav li.Contact {
	background: url(../images/contact.jpg);
	width: 146px;
}



#nav li:hover, #nav li.sfhover,
body.Index #nav li.Index,
body.LotTour #nav li.LotTour,
body.LotListing #nav li.LotListing,
body.Map #nav li.Map,
body.Community #nav li.Community,
body.Register #nav li.Register,
body.builder-info #nav li.builder-info,
body.Contact #nav li.Contact {
	background-position: 0 -38px
}

#nav ul.arrow {
	background: #E8EAF0 url(../images/arrow.jpg) top right no-repeat;
}

#nav li span {
	display: none
}

#nav li ul {
	border: 1px solid #a3a60f;
	border-width: 0 1px 0px 1px;
	position: absolute;
	left: -999em;
	/*top: 40px;*/
	height: auto;
	width: 140px;
	font-weight: normal;
	display: inline;
	margin: 0 0 0 -5px;
	padding: 0;
	background-color: #a3a60f;
	
}

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

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

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

#nav li ul ul {
	margin: -54px 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: #E9E7C1;
	background-image: none;
}
