.navcontainer {
	background: url(../../images/menu_gray.png) no-repeat;
}

#bottomBand {
	background: url(../../images/menu_gray.png) no-repeat;
}

.navcontainer ul li a{
	color: #ffffff;
	text-shadow: #000000 0px 2px 3px;
}

.navcontainer ul li a:hover{
	color: #ffffff;
	text-shadow: #000000 0px -1px 1px;
}

.navcontainer .current a:link{
	color: #ffffff;
}

.navcontainer .current a:hover {
	color: #ffffff;
	text-shadow: #000000 0px -1px 1px;
}
