       .lavaLampWithImage {
	position: relative;
	overflow: hidden;
	margin: 0;
        }
                .lavaLampWithImage li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampWithImage li.back {
                        background: url(../imagens/marcador_menu.png) no-repeat bottom center;
                        width: 9px; height: 34px;
                        z-index: 8;
                        position: absolute;
                    }
                        .lavaLampWithImage li.back .left {
                            background: url(../imagens/marcador_menu.png) no-repeat bottom center -1px;
                            height: 51px;
                            margin-right: 9px; /* 7px is the width of the rounded shape */
                        }
                    .lavaLampWithImage li a {
                        text-decoration: none;
                        outline: none;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 34px;
                        position: relative;
                        overflow: hidden;
                    }
                        .lavaLampWithImage li a:hover, .lavaLampWithImage li a:visited {
                            border: none;
                        }
						.lavaLampWithImage li a:active{
							border: none; 
							background-: none !important;
						}
