

.lavaLampNoImage {
    position: relative;
    height: 35px;
    background-color: #DAB344;
    padding: 15px 0px 0 15px;
    margin: 0px;
    overflow: hidden;
    width: auto;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 10px;
    padding: 20px;
    background-color: #EAB87B;
    
}
.lavaLampNoImage li {
    float: left;
    list-style: none;
}
.lavaLampNoImage li.back {
    border: 0px solid #000;
    background-color: #414B58;
    width: 9px;
    height: 30px;
    z-index: 8;
    color: #D8D8DA;
    position: absolute;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.lavaLampNoImage li.back a {
    color: #D8D8DA;
}

.lavaLampNoImage li a {
    font: bold 14px arial;
    text-decoration: none;
    color: #414B58;
    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;
}
.lavaLampNoImage li a:hover, .lavaLampNoImage li a:active, .lavaLampNoImage li a:visited {
    border: none;
}

.lavaLampNoImage li a:hover {
    color: #D8D8DA;
}
li.current a {
    color: #D8D8DA;
}
