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

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