/* CSS Document */

/****************************************************/
/* Menu navegação esquerda */
/****************************************************/
#menuEsq {
color:#E4E4E4;
font-size:11px;
padding:0px 0px;
width:248px;
float:left;
margin-top:5px;
padding-bottom:10px;
background-color:#F9F9F9;
}
#menuEsq .lastItem {
margin-bottom:11px;
}
#menuEsq .noBorder {
border-bottom:0px none;
}
#menuEsq .openerItens {
border-bottom:2px solid #FFFFFF;
color:Black;
font-weight:bolder;
margin-bottom:1px;
padding:0px 0px 0px 0px;
display: block;
text-transform:uppercase;
}
#menuEsq .openerItens a {
color:#666666;
text-decoration:none;
border-left:5px solid #A7D17C;
}
#menuEsq .openerItens a:hover {
background-color:#A7D17C;
border-left:5px solid #E4E4E4;
color:#666666;
}
#menuEsq .openerItens a:active {
background-color:#6AB731;
border-left:5px solid #A7D17C;
color:#666666;
}
#menuEsq .openerItens .btMais {
/*background:transparent url(../imagens/bt_mais.gif) no-repeat scroll right bottom;*/
display:block;
padding:5px 0px;
background-color:#F9F9F9;
}
#menuEsq .openerItens .btMais:hover {
/*background:transparent  url(../imagens/bt_maison.gif)  no-repeat scroll right bottom;*/
padding:5px 0px;
width:147px;
}
/*Banners estáticos*/
#menuEsq a img{
float:left;
clear:right;
padding:0px;
border:0px;
}
#menuEsq a:hover img{
float:left;
clear:right;
padding:0px;
border:0px;
}

ul{
list-style:none;
line-height:2;
}


