.lavaLampZapf {
    position: relative;
    width: 500px;
    height: 38px;
    padding-top:6px;
    padding-bottom: 15px;
    overflow: hidden;
    margin:0;
    left:200px;
}

.lavaLampZapf li {
    float: left;
    list-style: none;
}

.lavaLampZapf li.back {
    border-bottom: 5px solid red;
    width: 9px;
    height: 30px;
    z-index: 8;
    position: absolute;
}

.lavaLampZapf li a {
    text-decoration: none;
    color: #000;
    outline: none;
    text-align: center;
    /*top: 10px;*/
    text-transform: uppercase;
    letter-spacing: 0;
    z-index: 10;
    display: block;
    float: left;
    height: 30px;
    position: relative;
    overflow: hidden;
    margin: auto 0px;
}

.lavaLampCreatos li a:hover, .lavaLampCreatos li a:active, .lavaLampCreatos li a:visited {
    border: none;
}