        .lavaLampWithImage {
            position: relative;
            height: 40px;
            width: 100%;
            background: url("../img/Header/MainMenu/bg.png") top;
            overflow: hidden;
        }
                .lavaLampWithImage li {
                    float: left;
                    list-style: none;
                    width:198px;
                }
                    .lavaLampWithImage li.back {
                        background: url("../img/Header/MainMenu/selected.png") right -30px;
                        width: 9px; height: 100%;
                        z-index: 8;
                        position: absolute;
                        
                    }
                        .lavaLampWithImage li.back .left {
                            background: url("../img/Header/MainMenu/selected.png") top left;
                            height: 100%;
                            /*margin-right: 9px;*/ /* 7px is the width of the rounded shape */
                                                    }
                    .lavaLampWithImage li a {
                        font: bold 15px helvetica, arial;
                        text-decoration: none;
                        outline: none;
                        text-align: center;
                        padding-top: 13px;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 100%;
                        position: relative;
                        overflow: hidden;
                        width:100%;
                    }
                        .lavaLampWithImage li a:hover{
                            color:#383737;
                        }
                        
                        .lavaLampWithImage li a, .lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
                            border: none;
                            color:#FFF;
                        }