
.lavaLampwrapper {
	padding: 0;
	margin:20px 0 0 0px;
	width: 980px;
	height:90px;
	text-align:center;
	background-image:url(../images/nav_back.png);
 
}


.lavaLampWithImage {
	position: relative;
	height: 80px;
	padding:10px 0 0 15px;
	margin: 0;
	overflow: hidden;
}


.lavaLampWithImage li {
	float: left;
	list-style: none;
}


.lavaLampWithImage li.back {
	background: url(/images/lava.png) no-repeat right -70px;
	width: 30px; 
	height: 80px;
	z-index: 8;
	position: absolute;
}



.lavaLampWithImage li.back .left {
	background: url(/images/lava.png) no-repeat top left;
	height: 80px;
	margin-right: 7px; /* 7px is the width of the rounded shape */
}






.lavaLampWithImage li a {
	font:20px 	arial, "Times New Roman", Times, serif;
	text-decoration: none;
	color: white;
	outline: none;
	text-align: center;
	top:18px;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 80px;
	position: relative;
	overflow: hidden;
	margin: auto 15px;
}

.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
border: none;

}
