.lavaLampWithImage {
	position: relative;
	float:left;
	font-size:13px;
	background:url(../images/menu.jpg) repeat-x left center;
	height:33px;
	width:100%;
	border:solid 1px #cccccc;
	width:942px;
	padding:8px 0 0 6px;
	overflow: hidden;
}
.lavaLampWithImage li {
	float: left;
	list-style: none;
}
.lavaLampWithImage li.back {
	background: url("lava1.png") no-repeat right -26px;
	width: 9px;
	height: 26px;
	z-index: 8;
	position: absolute;
}
.lavaLampWithImage li.back .left {
	background: url("lava1.png") no-repeat top left;
	height: 26px;
	margin-right: 10px!important; /* 7px is the width of the rounded shape */
}

.lavaLampWithImage li a {
    font-size:13px; font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
	outline: none;
	text-align: center;
	top: 5px;
	text-transform: none;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 22px;
	position: relative;
	overflow: hidden;
	padding: 0 10px 0 10px;
}

.lavaLampWithImage li a:hover { color:#fff}
.lavaLampWithImage  .current a {color:#000!important;}