#sub-navcontainer ul {
	background: url(../../images/sub_green.jpg) repeat-y;
}


#navcontainer ul li a:hover, #navcontainer ul li a:active {
	text-decoration: none;
	z-index: 10;
	border-bottom: 2px dotted #00cc26;
	color: #00cc26;
}

#navcontainer #current:hover {
	border-bottom: 2px dotted #00cc26;
	color: #00cc26;
}
#sub-navcontainer a:hover {
	background: #5c7836 url(../../images/arrow.png) no-repeat left center;
	color: #f3f3f3;
}
*html #sub-navcontainer a:hover {
	color: #f3f3f3;
	background-image: none;
	background-color: #5c7836;
}
#sub-navcontainer #current:hover {
	background: #5c7836 url(../../images/arrow.png) no-repeat left center;
}
*html #sub-navcontainer #current:hover {
	background: #5c7836 none no-repeat;
}