td.Normal
/* Normal State of Menu Item */
{
  border: none;
  height: 18px;
  color: white;
  text-align: left;
  background-image: none;
  font-size: 9pt;
  font-weight: bold;
  cursor:auto;
  white-space:nowrap;
}

td.HiLite
/* Mouseover/Hover/Highlighted State of Menu Item */
{
  border: none;
  color: red;
  height: 18px;
  text-align: left;
  background-image:url(images/menu_hilit.gif);
  font-size: 9pt;
  font-weight: bold;
  cursor: pointer;
  white-space:nowrap;
}

a{text-decoration: none;}

.nspan{color: white; cursor: auto;}
.mospan{color: yellow;}
.dvdspan{color: yellow; cursor: default;}
