.lavaLampWithImage {
	position: relative;
	height: 29px;
	overflow: hidden;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 0px;
	padding-left: 90px;
	background-image: url(../images/bkg/menu_bkg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 710px;
	margin: 0px;
        }
                .lavaLampWithImage li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
                }
   
   .lavaLampWithImage li.back {
	width: 9px;
	height: 30px;
	z-index: 8;
	position: absolute;
	background-image: url("../images/bkg/lava2.gif");
	background-repeat: no-repeat;
	background-position: right -30px;
	margin: 0px;
	padding: 0px;
                    }
                        .lavaLampWithImage li.back .left {
	background: url("../images/bkg/lava2.gif") no-repeat top left;
	height: 30px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
	padding: 0px;
                        }
                    .lavaLampWithImage li a {
	text-decoration: none;
	color: #fff;
	outline: none;
	text-align: center;
	top: 7px;
	letter-spacing: 0;
	z-index: 10;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	font-family: arial;
	font-size: 14px;
	font-weight: normal;
	margin-right: 15px;
	display: block;
	padding: 0px;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 15px;
                    }
                        .lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
                            border: none;
                        }
