#menu {
    background-color: #117EBB;
}
#menu div.top {
    padding-top: 5px;
    padding-bottom: 6px;
    padding-left: 6px;
    padding-right: 8px;

    width: 100%;
}
#menu div.section {
    position: absolute;
    display: inline;
    z-index: -1;
}
#menu div.box {
    background-color: #B2B2B2;
    padding-top: 4px;
    padding-bottom: 5px;
    padding-left: 6px;
    padding-right: 6px;
    border-color: #FFFFFF;
    border-width: 1px;
    border-style: solid;

    position: relative;
    visibility: hidden;
    width: 100%;
}
#menu a {
    font-family: Tahoma;
    font-weight: bold;
    font-size: 8pt;
    color: #FFFFFF;
    text-decoration: none;
    white-space: nowrap;
}
#menu a:hover {
    font-family: Tahoma;
    font-size: 8pt;
    color: #000000;
    text-decoration: none;
    white-space: nowrap;
}