DIV#menu_banner
{
    float                  : left;
    margin-bottom          : 6px;
    width                  : 100%;
    text-align             : center;
}

DIV#menu_banner UL
{
    margin                : auto;
    list-style            : none;
}

DIV#menu_banner LI
{
    float                 : left;
    margin                : 0;
}

DIV#menu_banner LI#corrente A
{
    background-position   : 100% -150px;
}

DIV#menu_banner LI#corrente SPAN
{
    background-position   : 0% -150px;
    padding-bottom        : 10px;
}

DIV#menu_banner A
{
    float                 : left;
    background            : url("menu_banner_r.gif") no-repeat right top;
    border-bottom         : 1px solid #84B0C7;
    font-size             : 0.8em;
    font-weight           : bold;
    text-decoration       : none;
}

DIV#menu_banner A:hover
{
    background-position   : 100% -150px;
    border-bottom         : 1px solid #84B0C7;
}

DIV#menu_banner A:hover SPAN
{
    color                 : #cd5c5c;
    background-position   : 0% -150px;
}

DIV#menu_banner SPAN
{
    float                 : left;
    background            : url("menu_banner_l.gif") no-repeat left top;
    padding               : 10px 9px;
    color                 : green;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
DIV#tabs SPAN 
{
    float                 : none;
}
/* End IE5-Mac hack */
