/* Styles for the entire LavaLamp menu */
.lavaLampWithImage {
    position: relative;
    height: 29px; width:820px;
    background: url("bg.png") no-repeat top;
    padding: 15px; margin: 10px 0;
    overflow: hidden;
}
    /* Force the list to flow horizontally */
    .lavaLampWithImage li {
        float: left;
        list-style: none;
    }
        /* Represents the background of the highlighted menu-item. */
        .lavaLampWithImage li.back {
            background: url("lava.png") no-repeat right -30px;
            width: 9px; height: 30px;
            z-index: 8;
            position: absolute;
        }
            .lavaLampWithImage li.back .left {
                background: url("lava.png") no-repeat top left;
                height: 30px;
                margin-right: 9px;
            }
        /* Styles for each menu-item. */
        .lavaLampWithImage li a {
                font: bold 12px arial;
                text-decoration: none;
                color: #551164;
                outline: none;
                text-align: center;
                top: 7px;
                text-transform: uppercase;
                letter-spacing: 0px;
                z-index: 10;
                display: block;
                float: right;
                height: 30px;
                position: relative;
                overflow: hidden;
                margin: auto 18px;
		   
            } 
        