        .lavaLampWithImage {
            position: relative;
           width: 93%;
		   /* height: 29px;
            width: 421px;
           background: url("bg.gif") no-repeat top;
            padding: 15px;*/
            margin:0;
            overflow: hidden;
			/*jessi*/
			border-bottom:2px solid #f18d19;height:14px;padding:15px; padding-top:0; margin-bottom:8px; margin-top:2px; 
        }
                .lavaLampWithImage li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampWithImage li.back {
                        background: url("lava.gif") no-repeat right -30px;
                        width: 9px; height: 27px;
                        z-index: 8;
                        position: absolute;
                    }
                        .lavaLampWithImage li.back .left {
                            background: url("lava.gif") no-repeat top left;
                            height: 26px;
                            margin-right: 8px; /* 9----7px is the width of the rounded shape */
                        }
                    .lavaLampWithImage li a {
                        font: bold 12px arial;
                        text-decoration: none;
                        color: #000;
                        outline: none;
                        text-align: center;
                        top: 5px;/*7*/
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 27px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 10px;    
                    }
                        .lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
                            border: none;
                        }
						.lavaLampWithImage li.activo a{color:#f19000;}
						