a:hover, a:active {
	color: #fffcad;
}

#navcontainer #current {
	color: #fffcad;
	text-shadow: 0px -1px 3px #65682b;
	background: url(images/button_over_fire.png) repeat-x;
}

#navcontainer .currentAncestor {
	color: #fffcad;
	text-shadow: 0px -1px 3px #65682b;
	background: url(images/button_over_fire.png) repeat-x;
}

#navcontainer a:hover {
	color: #fffcad;
	text-shadow: 0px -1px 3px #65682b;
	background: url(images/button_over_fire.png) repeat-x;
}

#navcontainer ul ul #current{
	color: #fffcad;
	text-shadow: 0px -1px 3px #65682b;
}

#navcontainer ul ul .currentAncestor {
	color: #fffcad;
	text-shadow: 0px -1px 3px #65682b;
	background-image: none;
}

#navcontainer ul ul ul .currentAncestor {
	color: #fffcad;
	text-shadow: 0px -1px 3px #65682b;
}