#sub-navcontainer ul {
	background: url(../../images/sub_blue.jpg) repeat-y;
}
#navcontainer ul li a:hover, #navcontainer ul li a:active {
	text-decoration: none;
	z-index: 10;
	border-bottom: 2px dotted #3080d2;
}
#navcontainer .current:hover {
	border-bottom: 2px dotted #3080d2;

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