/* CSS Document */
/* Created by Fernando Bellentani - ocoelhobranco@gmail.com  - version 2.20080211.1744 */
#body {
    /* background: url(../img/bg_body_ffffff.gif) repeat-y #FFFFFF; */
    background: url(../img/bg_body_interna.gif) repeat-y #FFFFFF;
}
#menu_esq {
    background: #e8e8e8;
    text-align: left;
}

#menu_esq a {
    color: #660033;
    font-weight: normal;
}
#menu_esq ul {
    border-bottom: 1px solid #CCCCCC;
}
#menu_esq ul li {
    width: 195px;
    padding: 0;
    border: 0;
    background: url(../img/i_m_li.gif) no-repeat;
    font-weight: bold;
    display: block;
}
#menu_esq ul li a {
    height: 17px;
    background: url(../img/i_m_li.gif) no-repeat;
    font-weight: bold;
    display: block;
    padding: 5px  0 0 10px;
    color: #000000;
    border: 0;
    text-transform: uppercase;
    float: none;
    text-decoration: none;
}
#menu_esq ul li ul li {
    display: block;
    width: 195px;
    height: 20px;
    background: url(../img/i_m_li_li.gif) no-repeat;
}
#menu_esq ul li ul li a {
    height: 15px;
    padding: 5px  0 0 10px;
    background: none;
    font-weight: normal;
    text-transform: none;
    display: block;
    text-decoration: none;
}
#menu_esq ul li ul li a:hover {
    color: #000000;
    background: url(../img/i_m_li_li_hover.gif) no-repeat;
}

#menu_esq ul ul a {
    font-size: 11px;
    height: 17px;
    background: url(../img/i_m_li.gif) no-repeat;
    font-weight: bold;
    display: block;
    padding: 5px  0 0 10px;
    color: #000000;
    border: 0;
    text-transform: uppercase;
    float: none;
    text-decoration: none;
}
#menu_esq ul ul li {
    display: block;
    width: 195px;
    height: 20px;
    background: url(../img/i_m_li_li.gif) no-repeat;
}
#menu_esq ul ul li a {
    height: 15px;
    padding: 5px  0 0 10px;
    background: none;
    font-weight: normal;
    text-transform: none;
    display: block;
    text-decoration: none;
}
#menu_esq ul ul li a:hover {
    color: #000000;
    background: url(../img/i_m_li_li_hover.gif) no-repeat;
}
