body {  
	behavior: url(includes/csshover.htc);
	}


#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	
}

#nav a {
	display: block;
	width: auto;
}

/* top level */
#level1 a { margin-top:8px; background:url(../images/navbutton.gif) no-repeat; padding:0 0 0 9px; display:block; text-decoration:none; color:#292929; font-size:10px; }
#level1 a span {display:block; background:#fff url(../images/navbutton.gif) repeat-x 100% 0; padding:6px 9px 3px 0; }
#level1 a:hover {background-position:0 -31px; color:#fff; text-decoration:underline;}
#level1 a:hover span {background-position:100% -31px; text-decoration:underline; }
#level1 li:hover a {background-position:0 -31px; color:black; text-decoration:none; }
#level1 li:hover span {background-position:100% -31px; }


/* lover levels */
#level1 ul a { color: #000000; background-image:none; width:10em; }
#level1 ul a:hover { background-image:none; text-decoration: underline; }

#nav a:hover {top: 0px; left: 13em; color: #2b722a; }
#nav li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
	color:#000000;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: white;
	border:1px solid #58811e;
	border-width:4px 3px 3px;
	color:#000000;
	width: 10em;
	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: -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;
}

#content {
	clear: left;
	color: #ccc;
}