.navcontainer a:link, .navcontainer a:visited{
	text-decoration: none;
	color: #434343;
	font-weight: bold;
	text-shadow: #dcdcdc 0 1px 0;
}

.navcontainer a:hover{
	color: #242424;
}

.navcontainer {
	background: url(../../images/menu_glassbar2.jpg) no-repeat center top;
}

.navcontainer .currentAncestor a:link, .navcontainer .currentAncestor a:visited {
	color: #4a4a4a;
	font-style: bold;
	text-shadow: none;
}


