/* Represents the background of the highlighted menu-item. */
.lavaLamp {
    position: relative;

}
.lavaLamp li.back {
    background: url(../images/commons/fundo-menu.png) no-repeat right -29px;
    height: 29px;
    z-index: -1;
    position: absolute;
	
}
.lavaLamp li.back .left {
    background: url(../images/commons/fundo-menu.png) no-repeat top left;
    height: 29px;
    margin-right: 10px;
}
.lavaLamp li a:hover{
    color: #00923f;
}

.lavaLamp li.current a{
    color: #00923f;
}