.lavaLampWithImage {
            position: relative;
            height: 22px;
            width: 431px;
			padding:20px 45px;
			margin:0 auto;
            overflow:visible;
        }
.lavaLampWithImage li {
                    float: left;
                    list-style: none;
                }
.lavaLampWithImage li.back {
                    background: url("lava.gif") no-repeat right -30px;
					width: 9px;
					height: 25px;
					z-index: 8;
                    position: absolute;
                    }
.lavaLampWithImage li.back .left {
                    background: url("../img/lava.png") no-repeat top left;
                    height: 25px;
                    margin-right: 3px; /* 7px is the width of the rounded shape */
                        }
.lavaLampWithImage li a, .lavaLampWithImage li a:visited  {
                        font:11px verdana;
                        text-decoration: none;
                        color: #fff;
                        outline: none;
                        text-align: center;
                        top: 7px;
                        letter-spacing: 1;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 22px;
                        position: relative;
                        overflow:visible;
                        margin: auto 10px;    
                    }
 .lavaLampWithImage li a:hover, .lavaLampWithImage li a:active{
                        border: none;
						font: 11px verdana;
                        text-decoration: none;
                        color: #fff;
                        outline: none;
                        text-align: center;
                        top: 7px;
                        letter-spacing: 1;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 22px;
                        position: relative;
                        overflow:visible;
                        margin: auto 10px;
				     }                     