ul#nav{
	margin: 0; 
	padding: 0;
	width: 802px;
	list-style: none;
	background: #196024;
	float: left;
}
ul#nav li.normal{
	border-right: solid #fff 1px;
}
#nav ul { /* all lists */
	padding: 0;
	margin: 0 0 2px 0;
	list-style: none;
	font: normal 12px Verdana, Arial, sans-serif;
}
#nav img{
	display: block;
	
}

#nav a {
	color: #fff;
	text-decoration: none;
	display: block;
	font-family: "Calibri", "Arial Rounded MT Bold", "Arial";
	font-style: italic;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	padding: 3px 19px 3px 20px;
}
#nav a:hover{
	background: #196024;
}
#nav li { /* all list items */
	float: left;
	/*width: 10em;  width needed or else Opera goes nuts */
	
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #607D51;
	width: 152px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	
}

#nav li ul li{
	width: 152px;
}

#nav li.parent{
	background: url('/images/tri.gif') 97% 50% no-repeat;
}

#nav li ul a{
	width: 147px;
	padding: 3px 0px 3px 5px;
}

#nav li ul a:hover{
	color: #fff;
	background: #607D51;
	text-decoration: underline;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#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 { /* lists nested under hovered list items */
	left: auto;
}
