pre {
  COLOR: brown
 }

table.menu {
  border: black 1px solid;
  visibility: hidden;
  cursor: pointer;
  position: absolute;
}

#mainmenu {
position: static;
width: 781px;
margin-top: expression('-4px');
}

table.menu td {
  color: #ed853f;
  background-color: black;
  border: 1px solid black;
  padding: 0px 8px 2px;
  font-size: 10pt;
  font-weight: bold;
  font-family: Comic Sans MS;
  white-space: nowrap;
}

#mainmenu td {
  text-align: center;
  width: 130px;
}

