#menu-float {
    position: absolute;
    z-index: 101;
    background-color: #FFFFFF;
    width: 98px;
    display: none;
    top: 0px;
    height: 0px;
}

table.menu {
    height: 100px;
    font-family: Helvetica, sans-serif;
    font-size: 11pt;
}

td.menu-item {
    height: 40px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

a.menu-item:link,
a.menu-item:visited {
    color: #000000;
    text-decoration: none;
}

a.menu-item:active,
a.menu-item:hover {
    color: #D20F01;
    font-weight: bold;
}
