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

#navcontainer #current {
	color: #bfddff;
	background: repeat-x url(images/button_over_majestic.png);
}

#navcontainer .currentAncestor {
	color: #bfddff;
	background: repeat-x url(images/button_over_majestic.png);
}

#navcontainer a:hover {
	color: #bfddff;
	background: url(images/button_over_majestic.png) repeat-x;
}

#navcontainer ul ul a:hover{
	color: #bfddff;
	text-shadow: 0px -1px 3px #3a6191;
}

#navcontainer ul ul #current{
	color: #bfddff;
	text-shadow: 0px -1px 3px #3a6191;
}

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