/* CSS Document */
/****************************************************/
/* Menu navegação esquerda */
/****************************************************/
#menuEsq {
color:#E4E4E4;
font-size:11px;
padding:0px 0px;
width:160px;
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 #3399FF;
}
#menuEsq .openerItens a:hover {
background-color:#63B6BC;
border-left:5px solid #E4E4E4;
color:#666666;
}
#menuEsq .openerItens a:active {
background-color:#6AB731;
border-left:5px solid #63B6BC;
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:150px;
}
/*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-image:none;
list-style-position:outside;
list-style-type:none;
list-style:none;
margin:0px;
padding:0px;
padding-left: 1px;
}