        .lavaLampWithImage {
            
           
         
            overflow: hidden;
        }
                .lavaLampWithImage li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampWithImage li.back {
                       background: url(../img/menu-a.gif) top right no-repeat;
                        
                        z-index: 8;
                        position: absolute;
                    }
                        .lavaLampWithImage li.back .lefts {
                            background: url(../img/menu-li.gif) top left no-repeat;
                            height: 26px;
                            margin-right: 15px; /* 7px is the width of the rounded shape */
                        }
                    .lavaLampWithImage li a {
                     
                        text-decoration: none;
                       
                        z-index: 100;
                      
                        position: relative;
                        overflow: hidden;
                          
                    }
                        .lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
                            border: none;
                        }

       