#menu {
  z-index:52;  
}
#menu div.top {
    padding-top: 5px;
    padding-bottom: 6px;
    padding-left: 25px;
    padding-right: 1px;
    z-index:52;
    width: 100%;
}
#menu div.section {
    position: absolute;
    display: inline;
    z-index:52;
}
#menu div.box {
    background-color: #B80106;
    padding-top: 4px;
    padding-bottom: 5px;
    padding-left: 6px;
    padding-right: 6px;
    border-color: #000000;
    border-width: 1px;
    border-style: none none solid none;
    z-index:52;
    position: relative;
    visibility: hidden;
    width: 100%;
}
#menu a {
    font-family: arial;
    font-size: 12px;
    font-weight: 800;
    color: #DDDDDD;
    text-decoration: none;
    white-space: nowrap;
    z-index:52;
}
#menu a:hover {
    font-family: arial;
    font-weight: 800;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
    white-space: nowrap;
    z-index:52;
}



