a:link {
	color: #CC0000;
	text-decoration: none;
}

a:visited {
	color: #566175;
}

#navcontainer a:hover {
	background: url(../../images/button_over.png) no-repeat;
	color: #000000;
}

#navcontainer ul  a:hover{
	color: #000000;
}

#navcontainer ul #current{
	color: #CC0000;
}