        .lavaLampWithImage {
            position: relative;
            height: 24px;
			top:0px;
            width: 750px;
            padding-left: 10px;
            margin: 0px 0;
            overflow: hidden;
        }
                .lavaLampWithImage li {
                    float: left;
                    list-style: none;
					width:150px;
					text-align:center;
					display:block;
					
                }
                    .lavaLampWithImage li.back {
                        background: url("lava.png") no-repeat right -24px;
                        width: 9px; height: 24px;
						top:0px;
                        z-index: 8;
                        position: absolute;
						z-index:auto;
                    }
                        .lavaLampWithImage li.back .left {
                            background: url("lava.png") no-repeat top left;
                            top:0px;
							height: 24px;
                            margin-right: 9px; /* 7px is the width of the rounded shape */
							z-index:auto;
                        }
                    .lavaLampWithImage li a {
                        font: bold 13px arial;
                        text-decoration: none;
                        color: #e56b06;
                        outline: none;
                        text-align: center;
                        top: 5px;
                        text-transform:none;
                        letter-spacing:0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 30px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 10px;    
                    }
					.lavaLampWithImage li a:link, .lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
						border: none;
						color:#ffffff;
					}
                