#navcontainer {

}

#navcontainer #current { background: url(../../images/active.png) repeat-x;
	height: 25px;
}

#navcontainer ul  {
	
}

#navcontainer ul .currentAncestor {
}

#navcontainer ul ul {

}

#navcontainer ul a {
	background: url(../../images/active.png) repeat-x;
	border-right: 1px solid #999;
	border-left: 1px solid #fff;
	padding-bottom: 4px;
}

#navcontainer ul ul a {
	
	border-style: none;
	background-image: none;
}

#navcontainer ul a:hover {
	
}

#navcontainer ul ul ul #current,
#navcontainer ul ul ul .currentAncestor {
	background-image: none;
}

#navcontainer ul ul ul {

}

#navcontainer ul ul ul a:hover {
	
}

#navcontainer ul ul {
	z-index: 100;
	display: inline-block;
	background-repeat: no-repeat;
}
