        .lavaLampWithImage {
	position: relative;
	height: 70px;
	width: 640px;
	background: url() no-repeat top;
	overflow: hidden;
	margin-top: 5px;
	margin-right: 0;
	margin-left: -19px;
	margin-bottom:0px;
        }
                .lavaLampWithImage li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampWithImage li.back {
                        background: url("../img/menu/lava2.png") no-repeat right -70px;
                        width: 9px; height: 70px;
                        z-index: 8;
                        position: absolute;
						margin-top:0px;
                    }
                        .lavaLampWithImage li.back .left {
                            background: url("../img/menu/lava2.png") no-repeat top left;
                            height: 70px;
                            margin-right: 15px; /* 7px is the width of the rounded shape */
                        }
                    .lavaLampWithImage li a {
	text-decoration: none;
	color: #fff;
	outline: none;
	text-align: center;
	top: 33px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: auto;
	margin-right: 22px;
	margin-bottom: auto;
	margin-left: 22px;
                    }
                        .lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
                            border: none;
                        }
