.lavaLampBottomStyle {
    position: relative;
    height: 36px;
    width: 594px;
    padding: 0px;
    margin: 10px 0;
    overflow: hidden;
    border-bottom: none;
}
    .lavaLampBottomStyle li {
        float: left;
        list-style: none;
    }
        .lavaLampBottomStyle li.back {
            border-bottom: 5px solid #ffeb03;
            width: 9px;
            height: 34px;
            z-index: 8;
            position: absolute;
        }
        .lavaLampBottomStyle li a {
            font: bold 11px tahoma;
            text-decoration: none;
            color: #e9e9e9;
            outline: none;
            text-align: center;
            top: 7px;
            text-transform: uppercase;
            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;
            }                     
