.lavaLamp {
    position: relative;
    left: 7px;
    height: 52px;
    width: 860px;
    background: url(images/img02.jpg) no-repeat left top;
    padding-left: 15px;
    padding-top: 10px;
    margin: 0 auto;
    margin-bottom: -10px;
    margin-top: -10px;
    overflow: hidden;
}
.lavaLamp li {
    float: left;
    list-style: none;
}
.lavaLamp li.back {
    background: url("images/lava2.gif") no-repeat right -30px;
    width: 9px; height: 30px;
    z-index: 8;
    position: absolute;
}
.lavaLamp li.back .left {
    background: url("images/lava2.gif") no-repeat top left;
    height: 30px;
    margin-right: 9px; /* 7px is the width of the rounded shape */
}
.lavaLamp li a {
    font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #fff;
    outline: none;
    text-align: center;
    top: 4px;
    text-transform: lowercase;
    letter-spacing: 0;
    z-index: 10;
    display: block;
    float: left;
    height: 30px;
    position: relative;
    overflow: hidden;
    margin: auto 10px;    
}
.lavaLamp li a:hover, .lavaLamp li a:active, .lavaLamp li a:visited {
    color: #fff;
    border: none;
}