        .lavaLampWithImage {
            position:relative;
            float:left;
            height: 59px;
            width: 400px;
            background: url("bg.gif") no-repeat top;
            margin: 10px 0;
            overflow: hidden;
            top:0px;
            z-index:30;
        }
                .lavaLampWithImage li {
                    float: left;
                    list-style: none;
                    z-index:300;
                }
                    .lavaLampWithImage li.back {
                        background: url("/images/bg_menu_right.png") no-repeat top right;
                        width: 9px; height: 50px;
                        z-index: 300;
                        position: absolute;
                    }
                        .lavaLampWithImage li.back .left {
                            background: url("/images/bg_menu.png") no-repeat top left;
                            height: 50px;
                            margin-right: 7px; /* 7px is the width of the rounded shape */
                            position:relative;
                            z-index:300;
                            
                        }
                    .lavaLampWithImage li a {
                        font:bold 14px Verdana;
                        text-decoration: none;
                        color: #fff;
                        outline: none;
                        text-align: center;
                        top: 9px;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 30;
                        display: block;
                        float: left;
                        height: 30px;
                                                    z-index:3000;
                        position: relative;
                        overflow: hidden;
                        margin: auto 10px; 
                           
                    }
                        .lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
                            border: none;
                            position:relative;
                            z-index:3000;
                        }

     