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

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

#navcontainer .current:hover {
	border-bottom: 2px dotted #a23637;
	color: #a23637;
}

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