A.menu:link {
  color: #00FFFF;
  font-weight: bold;
  text-decoration: none;
}

A.menu:visited {
  color: #ADFF2F;
  font-weight: bold;    
  text-decoration: none;
}

A.menu:hover {
  color: #00FFFF;
  font-weight: bold;
  text-decoration: underline;
}

A.menu:active {
  color: #00FFFF;
  font-weight: bold;
  text-decoration: underline;
}

TD.menuCategoryNormal {
  background-color: #000080;
  color: #000000;
  font-weight: bold;
  left: 10px;
  text-align: left;
}

TD.menuCategoryHover {
  background-color: #000080;
  color: #000000;
  font-weight: bold;
  left: 10px;
  text-align: left;
}

TD.menuItemNormal {
  background-color: #000080;
  color: #000000;
  text-align: left;
  left: 10px;
}

TD.menuItemOver {
  background-color: #000080;
  color: #000000;
  text-align: left;
  left: 10px;
}

DIV.menuNormal {
  display: none;
  position: static;
}

DIV.menuHover {
  border: 1px solid lightblue;
  display: inline;
  position: absolute;
}
