        .lavaLampWithImage {
            position: relative;
            height: 105px;
            width: 960px;
            background: url("../images/bg.jpg") no-repeat top;
            padding-left: 80px;
            padding-top: 16px;
            margin-left: 0px;
            overflow: hidden;
            text-align: center;

        }
                .lavaLampWithImage li {
                    float: left;
                    list-style: none;
                    text-align: center;
                }
                    .lavaLampWithImage li.back {
                        background: url("../images/lava.gif") no-repeat right -89px ;
                        width: 21px; height: 89px;
                        z-index: 8;
                        position: absolute;
                    }
                        .lavaLampWithImage li.back .left {
                            background: url("../images/lava.gif") no-repeat top left;
                            height: 89px;
                            margin-right: 21px; /* 7px is the width of the rounded shape */
                        }
                    .lavaLampWithImage li a {
                        font: bold 14px arial;
                        text-decoration: none;
                        color: #444444;
                        outline: none;
                        text-align: center;
                        top: 12px;
                        text-transform: uppercase;
                        letter-spacing: 10;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 89px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 30px;
                    }
                        .lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
                            border: none;
                        }


