

#navcontainer #current {
	background: url(../../images/editable_images/buttoncurrent.jpg) repeat;
	font-weight: bold;
	color: #fff;
	letter-spacing: 1px;
}
#navcontainer #current:hover {
	background: url(../../images/editable_images/buttoncurrent_hover.jpg) repeat;
	color: #ffffff;
}

#navcontainer .currentAncestor {
	background: url(../../images/editable_images/buttoncurrentAncestor.jpg) repeat;
	font-weight: bold;
	color: #fff;
	letter-spacing: 1px;
}

#navcontainer a{
	background: url(../../images/editable_images/button.jpg);
	border-bottom: 1px solid #fff;
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 5px 10px;
	height: 15px;
}

#navcontainer a:hover {
	color: #ffffff;
	background: url(../../images/editable_images/button_hover.jpg) repeat;
}

#navcontainer ul ul .currentAncestor {
		background: url(../../images/editable_images/buttoncurrentAncestor.jpg) repeat;

}

#navcontainer ul ul ul #current{
	background: url(../../images/editable_images/buttoncurrent.jpg) repeat;

}

#navcontainer ul ul ul ul #current{
	background: url(../../images/editable_images/buttoncurrent.jpg) repeat;

}
#navcontainer ul ul ul ul .currentAncestor {
	background: url(../../images/editable_images/buttoncurrentAncestor.jpg) repeat;
	color: #fff;
}
