#nav {
	display: block;
	margin: 0;
	padding: 1px 0;
	height: 28px;
	width: 100%;
	font: bold 0.7em Verdana, Arial, Helvetica, sans-serif;
}


#nav a {
	display: block;
	color: #fff;
	padding: 8px 20px;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

#nav a:hover {
	background: #367338;
}

#nav li:hover, #nav li.sfhover {
	background: #367338;
}

#nav li { /* all list items */
	float: left;
	padding: 0;
	list-style: none;
	background: url(../images/divider.gif) no-repeat top right;
	z-index: 200;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 141px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index: 200;
	margin: 0;
	padding: 0;
}

#nav li ul li {
	margin: 0;
	padding: 0;
	border: none;
	z-index: 200;
}

#nav li ul a { /* second-level lists */
	padding: 5px 0 5px 19px;
	text-align: left;
	color: #fff;
	font-weight: bold;
	width: 141px;
	background: #459637;
	z-index: 200;
}
#nav li ul a:hover { /* second-level lists */
	background: #367338;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -23px 0 0 159px;
}

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

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


#subnav {
	margin: 0;
	padding: 0;
}

#subnav li {
	list-style: none;
	display: inline;
}

#subnav li a {
	font-size: 1.1em;
	font-weight: bold;
	padding: 6px 0 6px 10px;
	float: left;
	width: 275px;
	display: block;
	border-bottom: 1px solid #FFD66A;
}

#subnav li a:hover {
	text-decoration: none;
	background: #FDE7AF;
	color: #000;
}
