a:link, a:visited {
      color: #50aba4;
      text-decoration: none;
}

a:hover, a:active {
      color: #53fce8;
}

#navcontainer #current {
      color: #50aba4;
      text-shadow: 0px -1px 3px #2b6568;
      background: url(../../images/button_over.png) repeat-x;
}

#navcontainer .currentAncestor {
      color: #50aba4;
      text-shadow: 0px -1px 3px #2b6568;
      background: url(../../images/button_over.png) repeat-x;
}

#navcontainer a:hover {
      color: #53fce8;
      text-shadow: 0px -1px 3px #2b6568;
      background: url(../../images/button_over.png) repeat-x;
}

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

#navcontainer ul ul .currentAncestor {
      color: #50aba4;
      text-shadow: 0px -1px 3px #2b6568;
      background-image: none;
}

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