#navcontainer #current {
	background: url(../../images/button_arrow_over.png) no-repeat left top;
}

#navcontainer .currentAncestor {
	background: url(../../images/button_arrow_over.png) no-repeat left top;
}

#navcontainer a {
	background: url(../../images/button_arrow.png) no-repeat left top;
}

#navcontainer a:hover {
	background: url(../../images/button_arrow_over.png) no-repeat left top;
}

#navcontainer ul ul a {
	background: url(../../images/sub_button_dots.png) no-repeat left center;
}

#navcontainer ul ul a:hover{
	background: url(../../images/sub_button_dots_over.png) no-repeat left center;
}

#navcontainer ul ul #current{
	background: url(../../images/sub_button_dots_over.png) no-repeat left center;
}

#navcontainer ul ul .currentAncestor {
	background: url(../../images/sub_button_dots_over.png) no-repeat left center;
}

#navcontainer ul ul ul a {
	background: url(../../images/sub2_button_dots.png) no-repeat left center;
}

#navcontainer ul ul ul a:hover{
	background: url(../../images/sub2_button_dots_over.png) no-repeat left center;
}

#navcontainer ul ul ul #current{
	background: url(../../images/sub2_button_dots_over.png) no-repeat left center;
}

#navcontainer ul ul ul .currentAncestor {
	background: url(../../images/sub2_button_dots_over.png) no-repeat left center;
}
