
.lavaLampWithImage {
	position: relative;
	height: 39px;
	background: url("../images/lava_bg.jpg") repeat-x top;
	margin: 0;
	overflow: hidden;
}
.lavaLampWithImage li {
	float: left;
	list-style: none;
}
.lavaLampWithImage li.back {
	background: url("../images/pointer.jpg") no-repeat center 0px;
	width: 9px;
	height: 40px;
	z-index: 8;
	position: absolute;
}
.lavaLampWithImage li a {
	outline: none;
	text-align: center;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: auto 0px;
}
.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
	border: none;
}

