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

#mainmenu {
position: static;
}

TABLE.menu TD {
border-right: 0px;
padding-right: 8px;
border-top: 0px;
padding-left: 8px;
font-size: 8pt;
padding-bottom: 2px;
border-left: 0px;
color: #ffffff;
padding-top: 0px;
border-bottom: 0px;
font-family: Arial;
white-space: nowrap;
background-color: #990000;
font-weight: bold;
}
