body {
    background-image: none;
}

#menu-bar td {
    width: 14%;
}

#submenu-bar{
    background-color: white;
    text-align: center;
}

#submenu-bar table {
    max-width: 900px;
    width: expression(document.body.clientWidth > 900 ? "900px" : true);
    border: 1px solid #B6B6B6;
    border-top: none;
}

#submenu-bar td {
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    line-height: 2.0em;
}


