#nav, #nav ul { /* all lists */
    border-bottom:3px solid #89c13d;
	padding: 0 0 50px .2em;
	margin: 0;
    background:#89c13d url(/graphics/leaf-bar.jpg) repeat-x bottom right;
	list-style: none;
	line-height: 1;
    color:#fff;
    clear:both;
    font:bold 10pt/12pt Verdana, Helvetica, Arial, sans-serif;

}
	
#nav a {
	display: block;
	/*width: 7em;*/
    color: #fff;
    text-decoration: none;
    margin-right: 1.5em;
}

#nav li { /* all list items */
    display:inline;
	float: left;
	/*width: 7em; /* width needed or else Opera goes nuts */*/
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #89c13d;
	/*width: 7em;*/
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	color: #ccc;
}
