        .lavaLampWithImage {
            position: relative;
            height: 29px;
            width: 480px;
            padding: 15px;
            margin: 10px 0;
            overflow: hidden;
        }
                .lavaLampWithImage li {
                    float: left;
                    list-style: none;
                }
                
                    .lavaLampWithImage li.back {
                        background: url("../images/lava.gif") no-repeat right -21px;
                        width: 9px; height: 30px;
                        z-index: 8;
                        padding:0px 0px 0px 0px;
			 			margin:0px 0px 0px 0px;
                        position: absolute;
                    }
                    
                    
                   

                        .lavaLampWithImage li.back .left {
                            background: url("../images/lava.gif") no-repeat top left;
                            height: 30px;
                            padding:5px 0px 0px 0px;
                            margin-right: 9px; /* 7px is the width of the rounded shape */
                        }
                    .lavaLampWithImage li a {
                        position: relative; overflow: hidden;
            text-decoration: none;
           	font-weight:bold;
            font-family:Arial, Helvetica, sans-serif;
			font-size:14px;
			color:#000000; 
			outline: none;
            text-align: center;
            height: 30px; 
            z-index: 10; letter-spacing: 0;
            float: left; display: block;
            margin:0px 0px 0px 0px;
			padding:1px 16px 0px 16px;
 
                    }
                        .lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
                            border: none;
                        }




