#sub-navcontainer ul {
	background-color: #1d1d1d;
}
#sub-navcontainer a:hover {
	background: #404040 url(../../images/arrow.png) no-repeat left center;
	color: #f3f3f3;
}
#sub-navcontainer .current:hover {
	background: #000 url(../../images/arrow.png) no-repeat left center;
}