#navcontainer {
	background: url(menu_bg.png) repeat-x;
}

#navcontainer li a:hover {
	background: url(nav-all.gif) repeat-x 0 -49px;
}

#navcontainer .current {
	background: url(nav-all.gif) repeat-x 0 -98px;
}

#navcontainer .currentAncestor {
	background: url(nav-all.gif) repeat-x 0 -98px;
}

#navcontainer li{
	background: no-repeat right bottom url(menu_divider.jpg);
	border: none;
}