.lavaLampWithImage {float:left; position:absolute; width:auto; margin: 0; overflow:hidden; z-index:0; padding-left:0px;}
.lavaLampWithImage li {float:left; list-style:none; margin:4px 8px 0px 0px;}
.lavaLampWithImage li.lavaBack {
	background: url(/s/toolbar2/hover.gif) no-repeat right -30px;
	opacity: 0.7;
			/* For IE 5-7 */
			filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
			/* For IE 8 (and 9, 10, 11?). Don't miss the added quotes */
			-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";	
	z-index: -1;
	position: absolute;
}
.lavaLampWithImage li.lavaBack .lavaLeft {
	background: url(/s/toolbar2/hover.gif) no-repeat top left;
	height: 30px;
	margin-right:5px; /* 7px is the width of the rounded shape */
}
.lavaLampWithImage li a {
	float: left;
	position: relative;
	display: block;
	font: bold 12px arial;
	text-decoration: none;
	color: #fff;
	top: 7px;
	text-transform: uppercase;
	z-index: 10;
	height: 30px;
	overflow: hidden;
	padding-left:22px;
	padding-right:3px;
	margin-right:6px;
	outline: none;
}
.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
	border: none;
	text-decoration: none;
}
/*fix for ie*/
#1 li a {
	color:#fff;
}