table.menu{
position: absolute;
border: 1px solid black;
cursor: pointer;
visibility: hidden;
padding:4px;
background-color: #990000;
}
#mainmenu{
position: static;
}
table.menu td{
color: #FFFFFF;            /* Must be the same as tdColor in the menu_script.js */
background-color: #990000; /* Must be the same as tdBgColor in the menu_script.js */
border:2px;
padding: 2px 8px 2px;
font-family: Arial;
font-size: 8pt;
white-space: nowrap;
}