.lavaLampWithImage {
  position: relative;
  background: url("../../images/design/2sport-1x1.jpg") no-repeat top;
  height: 45px;
  width: 669px;
  padding: 0px;
  margin: 0px 0;
  overflow: hidden;
}
.lavaLampWithImage li {
 margin-top:9px;
 margin-right:15px;
 float: left; 
 list-style: none }

.lavaLampWithImage li.back {
 background: url("lava2.png") no-repeat right -25px; 
 width: 0px; 
 height: 25px; 
 z-index: 8; 
 position: absolute;
 margin-right:100px }

.lavaLampWithImage li.back .left {
 background: url("lava2.png") no-repeat top left; 
 height: 25px; 
 margin-right: 9px; /* 7px is the width of the rounded shape */ }

.lavaLampWithImage li a {
 font: bold 11px Arial, Helvetica, sans-serif; 
 text-decoration: none; 
 color: #000; 
 outline: none; 
 text-align: center; 
 top: 6px; 
 text-transform: uppercase; 
 letter-spacing: 0; 
 z-index: 10; 
 display: block; 
 float: left; 
 height: 25px; 
 position:relative; 
 overflow: hidden; 
 margin: auto 10px }

.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
 border: none }            
