.lavaLamp {
    position: relative;
    /*height: 29px; */
    /*width: 421px;*/
    padding: 26px 0px 10px 0;
    margin: 0px;
    /*overflow: hidden;*/

}
/* Force the list to flow horizontally */
.lavaLamp li {
    float: left;
    list-style: none;
    margin-right: 10px;
}
.lavaLamp li.last {
    margin-right: 0px;
}
/* Represents the background of the highlighted menu-item. */
.lavaLamp li.back {
    background: url("../images/lava.png") no-repeat right -47px;
    width: 10px;
    height: 47px;
    z-index: 8;
    position: absolute;
}
.lavaLamp li.back .left {
    background: url("../images/lava.png") no-repeat top left;
    height: 47px;
    margin-right: 10px;
}
/* Styles for each menu-item. */
.lavaLamp li a {
    position: relative;
    overflow: hidden;
    text-decoration: none;
    /*text-transform: uppercase;*/
    /*font: bold 14px arial;*/
    font-family: Helvetica;
    color: #f2f2f2;
    outline: none;
    /*text-align: center;*/
    /*height: 30px;*/
    top: 3px;
    z-index: 10;
    /*float: left;*/
    display: block;
    margin: 0px 10px;
}
.lavaLamp li .subtitle {
    z-index: 10;
}
