.lavaLampWithImage {
	position: relative;
	height: 33px;
	
	background: url(images/menu-top-bg.gif) repeat-x;
	padding: 3px 0 3px 10px;
	overflow: hidden;
	margin:0;
	width: auto;
}
.lavaLampWithImage li {
	float: left;
	list-style: none;
	z-index: 9;
}
.lavaLampWithImage li.back {
	background: url(images/lava.gif) no-repeat 100% -32px;
	width: 9px;
	height: 32px;
	z-index: 8;
	position: absolute;
}
.lavaLampWithImage li.back .left {
	background: url(images/lava.gif) no-repeat 0 0;
	height: 32px;
	margin-right: 15px; /* 7px is the width of the rounded shape */
}
.lavaLampWithImage li a {
	font-size:11px;
	font-weight: bold;
	color: #f5f5f5;
	line-height:32px;
	text-decoration: none;
	outline: none;
	text-align: center;
	z-index: 10;
	display: block;
	float: left;
	height: 32px;
	position: relative;
	overflow: hidden;
	margin: auto 15px;	 
}
.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li.current a {
	color: #D0D0D0;
	font-weight: bold;
}