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

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

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

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

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

#sidebarTop {
	background-color: #2e6372;
	color: #f8f8f8;
}

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