
table.menu {
  	position: absolute;
  	cursor: pointer;
  	visibility: hidden;
  border-top: 1px black solid;
  border-right: 1px black solid;
  border-bottom: 1px black solid;
  border-left: 1px black solid;
}

#mainmenu {
  	position: static;
}

table.menu td {
  	color: #ffff00; /* Must be the same as tdColor in the menu_script.js */
  	background-color: #663333; /* Must be the same as tdBgColor in the menu_script.js */
  	font-family: Arial;
  	font-size: 9pt;
  	white-space: nowrap;
  padding-top: 0px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 2px;
  border-top: 0px;
  border-right: 0px;
  border-bottom: 0px;
  border-left: 0px;
}
