        .lavaLampWithImage {
            position: relative;
            height: 58px;
            width: 800px;
            background: url("images/bg.gif") no-repeat top;
            /*padding: 15px;
            margin: 10px 0;*/
            overflow: hidden;
        }
                .lavaLampWithImage li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampWithImage li.back {
                        background: url("images/lava.png") no-repeat right -58px;
                        /*width: 9px; */
						height: 58px;
                        /*z-index: 8;*/
                        position: absolute;
                    }
                        .lavaLampWithImage li.back .left {
                            background: url("images/lava.png") no-repeat top left;
                            height: 58px;
                            margin-right: 9px; /* 9px is the width of the rounded shape */
                        }
                    .lavaLampWithImage li a {
                        font: bold 14px arial;
                        text-decoration: none;
                        color: #7f8488;
                        outline: none;
                        text-align: center;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 58px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 10px;    
                    }
