a:link, a:visited {
    color: #FFFFFF;
    text-decoration: underline;
    font-weight: normal;
}

a:hover {
    color: #FF0000;
    font-weight: normal;
        text-decoration: underline;
}

a:active {
    color: #FFFFFF;
    font-weight: bold;
        text-decoration: underline;
}

#navcontainer #current {
	color: #000000;
}

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

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