table.menu{
position: absolute;
border: 0px solid green;
cursor: pointer;
visibility: hidden;
}
#mainmenu{
left:35px;
top: -10px;
}
table.menu td{
color: blue;            /* Must be the same as tdColor in the menu_script.js */
background-color:white; /* Must be the same as tdBgColor in the menu_script.js */
border: 0px none;
font-family: Times New Roman Bold;
font-size: 10pt;
white-space: nowrap; padding-left:10px; padding-right:10px; padding-top:0px; padding-bottom:1px
}