.lavaLampWithImage {
	position:relative;
	height:55px;
	padding:0;
	overflow:hidden;
	margin:0 auto;
	width:100%;
}

.lavaLampWithImage li {
	float:left;
	list-style:none;
	z-index:9;
	height:55px;
	margin:0;
}
.lavaLampWithImage li a {
	text-decoration:none;
	outline:none;
	text-align:center;
	z-index:11;
	display:block;
	float:left;
	color:#4b799e; font-family: Lucida Sans Unicode, Lucida Grande, sans-serif; font-weight: normal; font-size: 13px;
	height:55px;
	line-height:10px;
	position:relative;
	text-transform:uppercase;
	margin:20px;10px;
}

* html.lavaLampWithImage li a {
	text-decoration:none;
	outline:none;
	text-align:center;
	z-index:11;
	display:block;
	float:left;
	color:#4b799e; font-family: Lucida Sans Unicode, Lucida Grande, sans-serif; font-weight: normal; font-size: 13px;
	height:55px;
	line-height:10px;
	position:relative;
	text-transform:uppercase;
	margin:10px;10px;
}






.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li.current_page_item a {
	/*color:#adc5d8;*/
	color:#4b799e;
}
.lavaLampWithImage li.back {
	width:9px;
	height:55px;
	z-index:5;
	position:absolute;
	margin:0;
	top:0; /* inportant, please don't remove*/
}
.lavaLampWithImage li.back .left {
	background:#4b799e url('../images/lava.gif') repeat-x 0 0;
	height:55px;
	margin-right:0; /* 7px is the width of the rounded shape */
	z-index:6;
	padding:20px 20px;
}

