a:link, a:visited  { color: white; text-decoration: none }

a:hover, a:active  { color: red }

#navcontainer #current   { color: yellow; text-shadow: 0px -1px 3px #2b6568  }

#navcontainer .currentAncestor  { color: white; text-shadow: 0px -1px 3px #2b6568 }

#navcontainer a:hover  { color: red; text-shadow: 0px -1px 3px #2b6568 }

#navcontainer ul ul #current   { color: yellow; text-shadow: 0px -1px 3px #2b6568 }

#navcontainer ul ul a:hover  { color: red; text-shadow: 0px -1px 3px #2b6568 }

#navcontainer ul ul .currentAncestor     { color: white; text-shadow: 0px -1px 3px #2b6568 }

#navcontainer ul ul ul a:hover  { color: red; text-shadow: 0px -1px 3px #2b6568 }

#navcontainer ul ul ul #current   { color: yellow; text-shadow: 0px -1px 3px #2b6568 }
#navcontainer ul ul ul .currentAncestor    { color: white; text-shadow: 0px -1px 3px #2b6568 }

#navcontainer ul ul ul ul #current   { color: yellow; text-shadow: 0px -1px 3px #2b6568 }
#navcontainer ul ul ul ul .currentAncestor   { color: white; text-shadow: 0px -1px 3px #2b6568 }

