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

.navcontainer ul li a{
	color: #700000;
	text-shadow: #f14646 0 1px 0;
}

.navcontainer ul li a:hover{
	color: #3f0404;
}

.navcontainer .current a:link {
	color: #3f0404;
}

.navcontainer .current a:hover {
	color: #3f0404;
}

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