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

.navcontainer a{
	background: url(../../images/menuTabs-green.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: #6c9525;
	color: #f8f8f8;
}

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