        .lavaLampWithImage {
	position: relative;
	height: 50px;
	width: 930px;
	background: url("../images/bg.gif") no-repeat top;
	margin: 0px;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
        }
                .lavaLampWithImage li {
	float: left;
	list-style: none;
                }
                    .lavaLampWithImage li.back {
	background: url("../images/lava.gif") no-repeat right -30px;
	width: 12px;
	height: 30px;
	z-index: 8;
	position: absolute;
	top: 10px;

                    }
                        .lavaLampWithImage li.back .left {
	background: url("../images/lava.gif") no-repeat top left;
	height: 30px;
	margin-right: 11px;
                        }
                    .lavaLampWithImage li a {
	text-decoration: none;
	color: #fff;
	outline: none;
	text-align: center;
	top: 15px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: inline;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	margin-top: auto;
	margin-right: 16px;
	margin-bottom: auto;
	margin-left: 16px;
	padding: 0px;
                    }
                        .lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
                            border: none;
                        }

       
