#navcontainer li a {
	background: #80a8c2;
	color: #fff;
}
#navcontainer ul li a{
	background: #80a8c2;
	color: #fff;
}

#navcontainer ul li a:hover, #navcontainer ul li a:active {
	color: #fff;
	background: #80a8c2;
	font-weight: bold;
	border-bottom: 2px solid #80a8c2;
	
}
#navcontainer ul li a .current {
	background: #eee;
	border-bottom: 2px solid #eee;
	color: #000;
}

#sub-navcontainer .current {
	border-left: 9px solid #739baa;
}
#sub-navcontainer a:hover {
	border-left: 9px solid #82acc8;
	
}
*html #sub-navcontainer a:hover {
	
}

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

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

}

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

}