a:link, a:visited {
	text-decoration: underline;
	color: maroon;
	font: italic x-small Arial, Helvetica, Geneva, sans-serif;
}

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

#navcontainer #current {
	color: maroon;
}

#navcontainer ul ul a {
	color: maroon;
}

#navcontainer ul ul ul a{
	color: maroon;
}