.navcontainer .current a:link, .navcontainer .current a:visited {
	background: url(../../images/menuTabs-black.png) no-repeat 0 0;
	color: #fff;
	text-shadow: #0f111d 0 -1px 0;
}

.navcontainer a{
	background: url(../../images/menuTabs-black.png) no-repeat 0 -44px;
	color: #cbcbcb;
	text-shadow: #000 0 -1px 0;
}

.navcontainer a:visited{
	color: #cbcbcb;
}

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

.navcontainer a:active{
	color: #909090;
}

#sidebarTop {
	background-color: #262832;
	color: #f8f8f8;
}

.navcontainer .currentAncestor a {
	background: url(../../images/menuTabs-black.png) no-repeat 0 0;
	color: #fff;
	text-shadow: #0f111d 0 -1px 0;
}