a:link, a:visited {
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: underline;
	color: #000;
}

#navcontainer #current {
	color: #990033;
	font-weight: bold;
	text-decoration: none;
}

#navcontainer ul ul a {
	color: #3f3f3f;
}

#navcontainer ul ul ul a{
	color: #3f3f3f;
}