        .lavaLampWithImage {
	width: 875px;
	background-image: url(../menu/menu_bg.jpg);
	background-repeat: no-repeat;
	height: 55px;
	position: relative;
	padding-top: 22px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 150px;
        }
                .lavaLampWithImage li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampWithImage li.back {
	width: 9px;
	height: 30px;
	z-index: 8;
	position: absolute;
	background-repeat: no-repeat;
	background-position: right -30px;
                    }
                        .lavaLampWithImage li.back .left {
	height: 30px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
	background-image: url(../menu/hhh.png);
	background-repeat: no-repeat;
	background-position: left top;
                        }
                    .lavaLampWithImage li a {
	text-decoration: none;
	color: #fff;
	outline: none;
	text-align: center;
	top: 7px;
	text-transform: none;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	width: 151px;
                    }
                        .lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
                            border: none;
                        }
