#nav-h, #nav-h ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	background:#edeeef;
}
 #nav-h{
 	height:24px;
	margin-left:20px;
	margin-right:20px;
		clear:both;
 }

#nav-h a {
  color:#7f7f7f;
	display: block;
	padding-top:5px;
	width: 11em;
	text-align:center;
}

#nav-h a:hover, #nav-h li.nav-open a{
  background:none;
	color:white;
}

#nav-h li.nav-open ul a{
  background:none;
	color:#7f7f7f;
}

#nav-h li.nav-open ul a:hover{
  background:none;
	color:white;
}



#nav-h li { /* all list items */
	float: left;
	border-right:1px solid #7f7f7f;
	height:24px;
	width: 11em; /* width needed or else Opera goes nuts */
}
#nav-h li:hover, #nav-h li.sfhover, #nav-h li.nav-open{
  background:#007e39;
}


#nav-h li.nav-last{
 border-right:none;
}

#nav-h li ul { /* second-level lists */
  border:1px solid #7f7f7f;
	position: absolute;
	background: #edeeef;
	width: 11em;
	top:132px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav-h li ul li{
  border-right:none;
	border-bottom:1px solid #7f7f7f;
}

#nav-h li ul ul { /* third-and-above-level lists */
	margin: -135px 0 0 11em;
}

#nav-h li:hover ul ul, #nav-h li:hover ul ul ul, #nav-h li.sfhover ul ul, #nav-h li.sfhover ul ul ul {
	left: -999em;
}

#nav-h li:hover ul, #nav-h li li:hover ul, #nav-h li li li:hover ul, #nav-h li.sfhover ul, #nav-h li li.sfhover ul, #nav-h li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


#nav-h-h li:hover, #nav-h-h li.hover {
    position: static;
}