ol, ul {
    list-style: none;
}
a{
    text-decoration: none;
}
#menu-areas{
    float:left;
    clear:left;
    width:100%;
    height:26px;
    background: #A98D8D;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    text-transform: uppercase;
    font-size: 0.9em;
}
#menu-areas li{
    float:left;
    height:26px;
    position:relative;
    z-index:877;
}
#menu-areas li a{
    float:left;
    padding: 0px;
    padding-left: 7px;
    padding-right: 7px;
    overflow:hidden;
    color:#fff;
    height:26px;
    line-height:26px;
    border-right: 1px solid white;
    font-weight: bold;
}
#menu-areas li a:hover{
    text-decoration:none;
}
#menu-areas li a.ativo{
    position: relative;
    color:white;
    padding: 0px;
    padding-left: 7px;
    padding-right: 7px;
    margin:0;
    line-height:26px;
    background:#59BAD4 -282px -551px no-repeat;
    z-index:879;
    height:27px;
    font-weight: bold;
}
#menu-areas li div.sub-base{
    position:absolute;
    top:27px;
    left:0;
    padding:15px;
    background-color:#F7F7F7;
    border:2px solid #59BAD4;
    z-index:878;
    margin-right: 20px;
}

/* Background Sub Menu que aparece */
#menu-areas li div.sub-base2{
    width:540px;
}

/* Espaço Entre menus que aparece */
#menu-areas li div.sub-base ul{
    float:left;
    width:270px;
/*    background: red;
    border: 1px solid red;
    margin-right: 5px;*/
}
/* normal
#menu-areas li div.sub-base ul li{
    height:28px;
    float:none;
}
*/
#menu-areas li div.sub-base ul li{
    z-index:978;
    padding:0 10px;
    height:28px;
    line-height:28px;
    color:#555;
    background-color:#F7F7F7;
    font-weight: bold;
    float: none;

}

#menu-areas li div.sub-base ul li .SpanQtdRegistros{
    font-weight: normal;
}

/* Espaço Entre menus que aparece */

/* background logo atras das letras do menu q aparece */
#menu-areas li div.sub-base ul li a{
    z-index:978;
    color:#555;
    border: none;
    background-color:#F7F7F7;
    font-size: 0.95em;
    font-weight: normal;
}


/* Hover do Sub Menu */
#menu-areas li div.sub-base ul li a:hover{text-decoration:none; color: #bf2510;}


