.lavaLampWithImage {
	position: relative;
	height: 60px;
	width: 565px;
	padding: 30px 0px 0px 65px;
	margin: 0px 0;
	overflow: hidden;
	border:0px solid green;
}
.lavaLampWithImage li {
float: left;
list-style: none;
color:#999;
}
.lavaLampWithImage li.back {
background:url(../templates/main/images/mega-button.gif) repeat-x center -213px;
width: 25px; height: 36px;
z-index: 8;
position: absolute;
}
.lavaLampWithImage li.back .left {
background: url("../templates/main/images/lava_02.gif") no-repeat ;
height: 36px;
margin-right: 15px; /* 7px is the width of the rounded shape */
}
.lavaLampWithImage li a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#FFF;
	font-size:16px;
	font-weight:normal;
	text-decoration: none;
	cursor:pointer;
	outline: none;
	text-align: center;
	top: 7px;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 36px;
	position: relative;
	overflow: hidden;
	margin: auto 10px;
}
.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
border: none;
text-decoration:none;
}
.lavaLampWithImage2 li a {
	color:#333;
	font-size:14px;
	font-weight:normal;
	text-decoration: none;
	outline: none;
	text-align: center;
	top: 7px;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 36px;
	position: relative;
	overflow: hidden;
	margin: auto 10px;
}

.lavaLampWithImage2 {
	position: relative;
	height: 60px;
	width: 460px;
	padding: 30px 0px 0px 45px;
	margin: 0px 0;
	overflow: hidden;
	border:0px solid green;
}
.lavaLampWithImage2 li {
float: left;
list-style: none;
border:0px solid red;
color:#333;
	
}
.lavaLampWithImage2 li.back {
background: url("../templates/main/images/lava2.gif") no-repeat;
background-position:center top;
width: 15px; height: 36px;
z-index: 8;
position: absolute;
}
.lavaLampWithImage2 li.back .left {
background: url("../templates/main/images/lava_02.gif") no-repeat ;
height: 36px;
margin-right: 9px; /* 7px is the width of the rounded shape */
border:1px solid red;
}