        .lavaLampWithImage {
            position: relative;
            overflow: hidden;
        }
                .lavaLampWithImage li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampWithImage li.back {
                        background: url("lava.gif") no-repeat right bottom;
                        height: 4px;
                        z-index: 8;
                        position: absolute;
						top:29px;
					
                    }
                        .lavaLampWithImage li.back .left {
                          
                        }
                    .lavaLampWithImage li a {
  
                    }
                        .lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
                            border: none;
                        }
                 