.lavaLampBottomStyle {
    position: absolute;
    top: 14px;
	right: 0px;
	height: 29px;
    width: auto;
    background-color: transparent;
    padding: 15px;
    margin: 10px 0;
    overflow: hidden;
    border: none;
}
.lavaLampBottomStyle li {
    float: left;
    list-style: none;
}
.lavaLampBottomStyle li.back {
    border-bottom: 6px solid #666;
    width: 9px;
    height: 30px;
    z-index: 8;
    position: absolute;
}
.lavaLampBottomStyle li a {
    font: normal .9em arial;
    text-decoration: none;
    color: #000;
    outline: none;
    text-align: center;
    top: 7px;
    text-transform: uppercase;
    letter-spacing: 0;
    z-index: 10;
    display: block;
    float: left;
    height: 1.5em;
    position: relative;
    overflow: hidden;
    margin: auto .5em;
}   
.lavaLampBottomStyle li a:hover, .lavaLampBottomStyle li a:active, .lavaLampBottomStyle li a:visited {
    border: none;
}