.lavaLampBottomStyle {
position: relative;
overflow: hidden;
padding-bottom: 15px;
border-top: 2px solid #000;
width: 540px;
float: right;
}

.lavaLampBottomStyle li {
float: left;
list-style: none;
margin: 0;
padding: 0;
}

.lavaLampBottomStyle li.back {
 border-bottom: 2px solid black;
width: 9px;
height: 25px;
z-index: 8;
position: absolute;
}

.lavaLampBottomStyle li a {
text-decoration: none;
color: #000;
padding: 5px 10px;
text-transform: uppercase;
z-index: 10;
display: block;
float: left;
position: relative;
overflow: hidden;
margin: 0;
}

.lavaLampBottomStyle li.zero a {
padding: 0;
margin: 0;
text-transform: uppercase;
z-index: 10;
display: block;
float: left;
position: relative;
overflow: hidden;
text-decoration: none;
}

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