#sub-navcontainer ul {
	background-color: #3b5c81;
}
#navcontainer ul li a:hover, #navcontainer ul li a:active {
	text-decoration: none;
	z-index: 10;
	border-bottom: 2px dotted #3080d2;
	color: #3080d2;
}
#navcontainer .current:hover {
	border-bottom: 2px dotted #3080d2;
	color: #3080d2;

}
#sub-navcontainer a:hover {
	background: #57789d url(../../images/arrow.png) no-repeat left center;
	color: #f3f3f3;
}
#sub-navcontainer .current:hover {
	background: #335477 url(../../images/arrow.png) no-repeat left center;
}