.lavaLampWithImage {
    position: relative;
    height: 22px;
    width: 895px;
    background: url("lavalamp/bg.gif") no-repeat top;
    padding: 0px;
    margin: 0px;
    padding-left: 0px;
    z-index: 100;
    /*overflow: hidden;*/
}
.lavaLampWithImage li {
    float: left;
    list-style: none;
}
.lavaLampWithImage li.backLava {
    background: url("lavalamp/lava01.gif") no-repeat right -22px;
    width: 9px;
    height: 22px;
    z-index: 8;
    position: absolute;
    /*padding: 0px 5px 0px 5px;
    border-right: 1px solid #000000;*/
}
.lavaLampWithImage li.backLava .leftLava {
    background: url("lavalamp/lava01.gif") no-repeat top left;
    height: 22px;
    margin-right: 9px; /* 7px is the width of the rounded shape */
}
.lavaLampWithImage li a {
    font-family: "Trebuchet MS", Arial;
    font-size: 13px;
    font-weight: bold;
    color: #333333;
    text-decoration: none;
    outline: none;
    text-align: center;
    top: 0px;
    /*text-transform: uppercase;*/
    letter-spacing: 0;
    z-index: 10;
    display: block;
    float: left;
    height: 22px;
    position: relative;
    /*overflow: hidden;*/
    margin: 0px 22px 0px 21px;
}
.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
    border: none;
}
