#nav {
	width: 790px;
	height: 35px;
	margin: 22px auto 12px auto;
}

#nav ul {
	height: 35px;
	font-family: 'trebuchet ms', sans-serif;
	font-size: 13px;
	line-height: 13px;
	list-style: none;
	background: url(/site_images/backgrounds/floorplan_nav_bg.gif) top left repeat-x;
	padding: 0;
}

#nav a {
	display: block;
	height: 20px;
	color: #7C6240;
	text-decoration: none;
}

#nav li {
	width: 158px;
	height: 23px;
	float: left;
	padding: 8px 0px 0px 0px;
}

/* w/ 4options - width=193px, w/ 5 options - width=158px */

#nav li:hover {
	background: url(/site_images/nav/nav_button_bg.png) center 1px no-repeat;
}

#nav li ul {
	position: absolute;
	left: -999em;
	width: 158px;
	height: auto;
	background: none;
	font-weight: normal;
	margin-top: 1px;
	margin-left: 0px;
}

/* w/ 4options - width=193px, w/ 5 options - width=158px */

#nav li li {
	width: 158px;
	height: 21px;
	background: url(/site_images/nav/nav_button_bg.png) center 1px no-repeat;
	text-align: center;
	margin-top: -1px;
}
/* w/ 4options - width=193px, w/ 5 options - width=158px */


#nav li li.shadow_bottom {
	background: none;
	height: 10px;
	background: url(/site_images/nav/nav_bottom_bg.png) center 1px no-repeat;
	margin-top: -2px;
}

#nav li ul a {
	width: 158px;
	height: 20px;
}
/* w/ 4 options - width=188px, w/ 5 options, width=158px */



#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 a:hover, #nav li a.sfhover {
	color: #c35b2e;
}

