.navcontainer .current a:link, .navcontainer .current a:visited {
	background: url(../../images/menuTabs-silver.png) no-repeat 0 0;
	color: #fff;
}

.navcontainer a{
	background: url(../../images/menuTabs-silver.png) no-repeat 0 -44px;
	color: #fff;
}

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

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

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

#sidebarTop {
	background-color: #5e5e5e;
	color: #f8f8f8;
}

.navcontainer .currentAncestor a {
	background: url(../../images/menuTabs-silver.png) no-repeat 0 0;
	color: #fff;
}