/*---------------- MENU LATERAL --------------------- */ 
#menu-lateral{
    /*margin-top:20px;*/
    /*width:240px;*/
    background: #e5f1e7;
    border:1px solid #d1e1d4;
  border-radius:2px;
}
#menu-lateral ul,
#menu-lateral ul  li{
    margin: 0;
    padding:0;
}

#menu-lateral .nav-list > li > a {
    color:#759778;
  padding: 6px 8px;
    margin: 0 8px;
    border-bottom:1px solid #d2e4d4;
}

#menu-lateral .nav-list > li:last-child > a {
    border:none;
}

#menu-lateral .nav-list > li > a:hover,
#menu-lateral .nav-list > li > a:focus {
    background-color: transparent;
}

/*---------------- SUBMENU LATERAL --------------------- */

#menu-lateral .submenu ul { display:none; }

#menu-lateral .submenu  a {
    background: transparent url(../img/bullet-seta-menu.png) no-repeat right 15px;
}
#menu-lateral .aberto  a {
    background-image: url(../img/bullet-seta-menu-open.png);
}
#menu-lateral .submenu li a{
    background: transparent none;
    color: #607790;
}

#menu-lateral .submenu ul li a:hover{
    background-color: #fff;
}

#menu-lateral .submenu ul{
    background-color: #fff;
}

/*---------------- Menu Atendimento --------------------- */ 

#menu-atendimento {
    background: #d9e0e7;
    border: 1px solid #c1d0de;
    margin-top: 20px;
    border-radius:2px;
}

#menu-atendimento ul , #menu-lateral ul  li{
    margin: 0;
    padding:0;
}

#menu-atendimento .nav-list > li > a {
    color:#60768c;
  padding: 6px 17px 6px 8px;
    margin: 0 8px;
    border-bottom:1px solid #bac7d4;
    background: transparent url(../img/icon-perguntas-frequentes.png) no-repeat right center;
}

#menu-atendimento .nav-list > li:last-child > a { border:none; }
#menu-atendimento .nav-list > li > a.faq { background-image: url(../img/icon-perguntas-frequentes.png); }
#menu-atendimento .nav-list > li > a.news { background-image: url(../img/icone-noticias.png); }
#menu-atendimento .nav-list > li > a.leiaute { background-image: url(../img/icone-leiaute.png); }
#menu-atendimento .nav-list > li > a.contact { background-image: url(../img/icon-fale-conosco.png); }
#menu-atendimento .nav-list > li > a.formularios { background-image: url(../img/icon-formularios.png); }
#menu-atendimento .nav-list > li > a.qualificacao { background-image: url(../img/icon-formularios.png); }

#menu-atendimento .nav-list > li > a:hover,
#menu-atendimento .nav-list > li > a:focus {
    background-color: transparent;
}
