/* Styles for the entire LavaLamp menu */
.lavaLamp {
    position: relative;
    height: 27px; width: 100%;
    overflow: hidden;
}
    .lavaLamp li {
        float: right;
        list-style: none;
    }
        .lavaLamp li.back {
            background: url("lava.gif") no-repeat right -30px;
            width: 9px; height: 30px;
            z-index: 8;
            position: absolute;
        }
            .lavaLamp li.back .left {
                background: url("lava.gif") no-repeat top left;
                height: 27px;
                margin-right: 9px;
            }
        .lavaLamp li a {
            position: relative; overflow: hidden;
            text-decoration: none;
            text-transform: uppercase;
            color: #fff; outline: none;
            text-align: center;
            height: 27px; top: 7px;
            z-index: 10; letter-spacing: 0;
            float: right; display: block;
            margin: auto 10px;
        }