
.lavaLampNoImage {
    position: relative;
    height: 28px;
    width: 750px;
    background-color: transparent;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
    border: 0 solid gray;
}

.lavaLampNoImage li {
    float: left;
    list-style: none;
}

.lavaLampNoImage li.back {
    /*border: 1px solid #000;*/
    background-color: #d62d2d;
    width: 9px;
    height: 28px;
    z-index: 8;
    position: absolute;
}

.lavaLampNoImage li a {
    font: bold 12px arial;
    text-decoration: none;
    color: #ffffff;
    outline: none;
    text-align: center;
    top: 7px;
    text-transform: uppercase;
    letter-spacing: 0;
    z-index: 10;
    display: block;
    float: left;
    height: 28px;
    position: relative;
    overflow: hidden;
    margin: auto 10px;
}

.lavaLampNoImage li a:hover, .lavaLampNoImage li a:active, .lavaLampNoImage li a:visited {
    font: bold 12px arial;
    text-decoration: none;
    color: #ffffff;
    border: none;
}

.lavaLampBottomStyle {
    position: relative;
    height: 29px;
    width: 850px;
    background-color: white;
    padding: 10px;
    margin: 10px 0;
    overflow: hidden;
    border: 0px solid gray;
}

.lavaLampBottomStyle li {
    float: left;
    list-style: none;
}

.lavaLampBottomStyle li.back {
    border-bottom: 5px solid blue;
    width: 9px;
    height: 30px;
    z-index: 8;
    position: absolute;
}

.lavaLampBottomStyle li a {
    font: bold 14px 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: 30px;
    position: relative;
    overflow: hidden;
    margin: auto 10px;
}

.lavaLampBottomStyle li a:hover, .lavaLampBottomStyle li a:active, .lavaLampBottomStyle li a:visited {
    border: none;
}
