        .lavaLampWithImage {
            position: relative;
			background:#000;
            height: 34px;
            padding: 0px 15px 0 15px;
            margin: 0 0 0 -15px;
            overflow: hidden;
        }
                .lavaLampWithImage li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampWithImage li.back {
						margin-top:4px;
  					    -webkit-border-radius: 5px;
 					    -moz-border-radius: 5px;
						background-image:url(../LavaLamp/images/lava.gif) no-repeat right -30px;
						background-color:#055db6;
                        width: 9px; height: 26px;
                        z-index: 8;
                        position: absolute;
                    }
                        .lavaLampWithImage li.back .left {
  						    -webkit-border-radius: 5px;
   						    -moz-border-radius: 5px;
							background-image:url(../LavaLamp/images/lava.gif) no-repeat right -30px;
							background-position:top left;
							background-color:#055db6;
                            height: 26px;
                            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: 9px;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 40px;
	position: relative;
	overflow: hidden;
	margin-top: auto;
	margin-right: 15px;
	margin-bottom: auto;
	margin-left: 15px;
                    }
                        .lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
                            border: none;
                        }

