             	.lavaLampWithImage {
	position: relative;
	height: 32px;
	width: 850px;
	padding: 5px;
	margin: 0px 0;
	overflow: hidden;
        }
				.lavaLampWithImage li {
	float: left;
	list-style: none;
                }
                    .lavaLampWithImage li.back {
	width: 9px;
	height: 26px;
	z-index: 8;
	position: absolute;
	background-image: url(../images/lava.gif);
	background-repeat: no-repeat;
	background-position: right -22px;
                    }
                        .lavaLampWithImage li.back .left {
	height: 22px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
	background-image: url(../images/lava.gif);
	background-repeat: no-repeat;
	background-position: left top;
                        }
                    .lavaLampWithImage li a {
	font: bold 14px arial;
	text-decoration: none;
	color: #fff;
	outline: none;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 26px;
	position: relative;
	overflow: hidden;
	margin-top: auto;
	margin-right: 15px;
	margin-bottom: auto;
	margin-left: 15px;
	top: 2px;
                    }
                        .lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
                            border: none;
                        }
