.lavaLampBottomStyle
{
    width: 798px;
    position: relative;
    display: block;
    background-color: #000000; /*#0d3901; #372101; 303030*/
    padding: 5px 81px 10px;
    margin: 0;
    overflow: hidden;
}

.lavaLampBottomStyle li
{
    float: left;
    list-style: none;
}

.lavaLampBottomStyle li.back
{
    border-bottom: 3px solid #ffffff; /*#6abdec;*/
    width: 9px;
    height: 30px;
    z-index: 8;
    position: absolute;
}

.lavaLampBottomStyle li a
{
    font-size: 15px;
    font-family: Century Gothic, Sans-Serif;
    font-style:normal;
	letter-spacing:-1px;
	font-weight:normal;
    text-decoration: none;
    color: #fff;
    outline: none;
    text-align: center;
    top: 7px;
    text-transform: lowercase;
    letter-spacing: 0;
    z-index: 10;
    display: block;
    float: left;
    height: 30px;
    position: relative;
    overflow: hidden;
    margin: auto 10px;
}
   
.lavaLampBottomStyle li a:hover, .lavaLampBottomStyle li a:active, .lavaLampBottomStyle li a:visited
{
    border: none;
}