.lavaLampWithImage {
	position: relative;
	height: 72px;

	padding: 0px 0px 0px 0px;
	margin: 0 0 0 0px;
	overflow: hidden;
}

.lavaLampWithImage li {
	float: left;
	list-style: none;
}

.lavaLampWithImage li.back {
	background: url('../images/expanded.gif') no-repeat left;
	width: 20px; height: 36px;
	z-index: 8;
	position: absolute
}

.lavaLampWithImage li.back .left {
	background: url('../images/expanded.gif') no-repeat top left;
	height: 36px;
	margin-right: 0px
}

.lavaLampWithImage li a {
	font: normal 12px 'Arial';
	text-decoration: none;
	color: #B17C1D;
	outline: none;
	text-align: left;
	top: 36px;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 36px;
	position: relative;
	overflow: hidden;
	margin: auto 0px;    
}

.lavaLampWithImage li a:hover {
color: #142969;
font: normal 12px 'Arial'}, 
.lavaLampWithImage li a:active {
color: #142969;
font: normal 12px 'Arial'}, 
.lavaLampWithImage li a:visited {
	border: none;
	text-decoration: none;
	font: normal 12px 'Arial';
	color: #B17C1D;

}