#menu-esq {
	margin  : 20px 0;
}
.panel-group {
    margin-bottom: 0px;
}

#menu-esq > .panel > .menu-esq-header
{
    border-bottom   : 1px solid #F4F4F4;
    position        : relative;
    color           : #595959;
    font-size       : 23px;
    cursor          : pointer;
    line-height     : 50px;
}

#menu-esq > .panel > .menu-esq-header:hover
{
    color           : #5FAC00;
}


#menu-esq > .panel > .esqSelect
{
    border-bottom   : 2px solid #5FAC00;
    background      : #fff;
    color           : #5FAC00;
    padding-left    : 5px;
    font-size       : 23px;
    line-height     : 50px;
    font-weight     : bold;
}

#menu-esq > .panel > .esqSelect:hover {
    color:#5FAC00;
}

.menu-esq-filho {
	background      : #FFFBE6;
}




.menu-esq-filho > .panel > .menu-esq-header{
    border-bottom   : 1px solid #F4F4F4;
    color           : #595959;
	cursor          : pointer;
	position        : relative;
}
 
 
 
.menu-esq-filho > .panel > .menu-esq-header:hover{
    color           : #5FAC00;
}


.menu-esq-filho > .panel > .esqSelect{
    color           : #5FAC00;
    font-weight:bold;
    border-bottom   : 2px solid #5EAC00;
}

.panel-group .panel + .panel
{
    margin  : 0px;
}


.nivel1 > .menu-esq-header
{
    font-size   : 19px;
    background  : #FFFBE6;
    line-height : 40px;
    padding-left: 10px;
}

.nivel2 > .menu-esq-header
{
    font-size   : 17px;
    background  : #FFFDF2;
    line-height : 35px;
    padding-left: 20px;
}

.nivel3 > .menu-esq-header
{
    font-size   : 15px;
    background  : #fff;
    line-height : 30px;
    padding-left: 30px;
}

