#sidenavcontainer {
	background: #cc0000;
}

#sidenavcontainer ul ul a {
	background: url(../../images/arrowbul.png) no-repeat 0 9px;
}

#sidenavcontainer ul ul a:hover {
	background: url(../../images/arrowbul-hover.png) no-repeat 0 9px;
}

#sidenavcontainer ul ul .current {
	background: url(../../images/arrowbul-hover.png) no-repeat 0 9px;
}

#sidenavcontainer ul ul .currentAncestor {
	background: url(../../images/arrowbul-hover.png) no-repeat 0 9px;
}


