        .lavaLampWithImage {
            position: relative;
            height: 70px;
            width: 780px;
            background: url("../imges/bg.png") no-repeat top;
			_background: url("../imges/bg.gif") no-repeat top;
            padding:4px 0 0 0;
            margin: 10px 0;
            overflow: hidden;
        }
                .lavaLampWithImage li {
                    float: left;
                    list-style: none;
					margin:0 0 0 14px;
					width:94px;
                }
                    .lavaLampWithImage li.back {
                        background: url("../imges/lava.png") no-repeat right -30px;
						_background: url("../imges/lava.gif") no-repeat right -30px;
                        width: 9px; height: 30px;
                        z-index: 8;
                        position: absolute;						
					    margin:0 0 0 -3px;
                    }
                        .lavaLampWithImage li.back .left {
                            background: url("../imges/lava.png") no-repeat top left;
							_background: url("../imges/lava.gif") no-repeat top left;
                            height: 30px;
                            margin-right: 9px; /* 7px is the width of the rounded shape */
                        }
                    .lavaLampWithImage li a {
                        font: bold 14px arial;
                        text-decoration: none;
                        color: #fff;
                        outline: none;
                        text-align: center;
                        top: 7px;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 30px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 10px;
		    
                    }
                        .lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
                            border: none;
                        }


