.menubar {
  border-width: 0px 0px 0px 0px;
  background-color: #555555;
  border-style: normal;
  padding: 5px 0px 5px 0px;
  text-align: center;
  width: 813px;
  margin: 5px 5px 5px 5px;
}

.menubar tr td {
  padding: 0px 0px 0px 0px;
}

.menubar_on {
  background-color: #000000;
  color: #000000;
  font-weight: bold;
  width: 10%;
  cursor=hand
}

.menubar_off {
  background-color: #555555;
  color: #000000;
  font-weight: normal;
  width: 10%;
}

.menu {
  background-color: #555555;
  padding: 0px 0px 0px 0px;
  position: absolute;
  border-width: 0px;
  border-style: solid;
  display = none
}

.menu_on {
  background-color: #000000;
  color: #000000;
  font-weight: bold;
   cursor=hand
 }

.menu_off {
  background-color: #555555;
  color: #0000FF;
  font-weight: normal;
}

.menu table {
  border-width: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align: left;
 
}

.menu table tr td {
  margin: 0px 0px 0px 0px;
  height: 15px;
}
