#navcontainer li a {
	color: white;
	background-color: #336600;
}
#navcontainer ul li a{
	color: white;
	background: #336600;
}

#navcontainer ul li a:hover, #navcontainer ul li a:active {
	color: white;
	background: #336600;
	font-weight: bold;
	border-bottom: 2px solid #a9d76b;
}
#navcontainer ul li a .current {
	color: black;
	background-color: #99cc66;
	border-bottom: 2px solid #eee;
}

#sub-navcontainer a:hover {
	border-left: 9px solid #a9d76b;
	
}
*html #sub-navcontainer a:hover {
	border-left: 9px solid #a9d76b;
}

#sub-navcontainer ul ul a {
	border-left: 9px solid #a9d76b;
}

#sub-navcontainer ul ul .current {
	border-left: 9px solid #a9d76b;
	

}

*html #sub-navcontainer ul ul .current {
	border-left: 9px solid #a9d76b;

}