        .lavaLampWithImage {
            position: relative;
            height: 20px;
            width: 770px;
            background: url("../../Images/bg.gif") no-repeat right top;
            padding: 15px;
			margin: 0px 0;
            overflow: hidden;
        }
                .lavaLampWithImage li {
                    float: right;
                    list-style: none;
                }
                    .lavaLampWithImage li.back {
                        background: url("../../Images/lava.gif") no-repeat;
                     
                        z-index: 9;
                        position: absolute;
                    }
                        .lavaLampWithImage li.back .left {
                            background: url("../../Images/lava.gif") no-repeat ;
                            height: 30px;
                            margin-right: 9px; /* 7px is the width of the rounded shape */
                        }
                    .lavaLampWithImage li a {
                        font: bold 15px "Times New Roman";
                        text-decoration:none;
                        color: #fff;
                        outline: none;
                        text-align: center;
                        top: 7px;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: right;
                        height: 30px;
                        position:relative;
                        overflow: hidden;
                        margin: auto 1px;
						padding-right:12px;
						
                    }
                        .lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
                            border: none;
                        }                    
