#nav, #nav ul { /* all lists */
	position:absolute;
	z-index:5;
	padding: 0;
	margin: 0;
	list-style: none;
	width:794px;

	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1em;
	font-weight:bold;
	font-size:8pt;
/*	filter:alpha(opacity=85);
	-moz-opacity:.98; */
}

#nav li ul {
	border-top:solid 1px #fff;
	border-bottom:solid 1px #fff;
	width:auto;
}


#nav li li {
	display:block;
	clear:both;
	width:auto;
}

#nav a {
	display: block;
	color:#333;
	text-decoration:none;
	background:#fcb415;
	padding:0.75em 0em;
	border-right:solid 1px #fff;
	border-left:solid 1px #fff;
}

#nav a:hover {
	color:#333;
	background:#fff3d8;
	text-decoration:none;
}

#nav li li a {
	color:#333;
	width:23em;
	background:#2b782a;
	padding:0.8em 0.8em;
}

#nav li li a:hover {
	color:#fff;
	background:#236328;
}	

#nav li { /* all list items */
	float: left;
}

#nav li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -2.6em  0 0 24.6em;												/* position of 3rd level menu */
}

#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;
}

#nav a.yellowNavBarButton {
	background:#2b782a;
	color:#fff;
}

#nav a.yellowNavBarButton:hover {
	background:#236328;
	color:#fff;
}
