.lavaLampWithImage {
		position: relative;
		height: 29px !important;
		height: 56px;
		padding: 0px 15px 2px 15px;
		margin: 0px 2px 5px 2px;
		overflow: hidden;
		background:url(../image/lava_bg.png) 0 0 repeat;
}
.lavaLampWithImage li {
		float: left;
		list-style: none;
		width:20%;
		text-align:center;
		padding-bottom:3px;
}
.lavaLampWithImage li.back {
		background: url("../image/lava.gif") no-repeat right -35px;
		width: 9px; 
		height: 45px;
		z-index: 8;
		position: absolute;
}
.lavaLampWithImage li.back .left {
		background: url("../image/lava.gif") no-repeat top left;
		height: 35px;
		margin-right: 9px; /* 7px is the width of the rounded shape */
}
.lavaLampWithImage li a {

	font-family:Copse;
	font-size:15px;
	text-shadow: 0 2px 0 #FCF9EE, 0 3px 0 rgba(0, 0, 0, .15);
	color:#404040;

	outline: none;
	text-align: center;
	top: 7px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	width:100%;
	height: 35px;
	position: relative;
	overflow: hidden;

}
.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
		border: none;
}
                  

      
