.lavaLampWithImage {
	position: relative;
}
.lavaLampWithImage li {
	top:2px
}
.lavaLampWithImage li.back {
	background: url("images/lava_white_or.png") no-repeat right -30px;
	height: 30px;
	z-index: 8;
	position: absolute;
  top: -7px;
}
.lavaLampWithImage li.back .left {
	background: url("images/lava_white_or.png") no-repeat top left;
	height: 30px;
	margin-right: 15px; /* 7px is the width of the rounded shape */
}
.lavaLampWithImage li a {
	z-index: 10;
	position: relative;
}
.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active {
	border: none;
}




.lavaLampNoImage {
	position: relative;
}
.lavaLampNoImage li {
}
.lavaLampNoImage li.back {
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	background: #FFC;
	top:3px;
	height: 33px;
	z-index:1;
	position: absolute;
}
.lavaLampNoImage li a {
	z-index:5;
	position: relative;
}
.lavaLampNoImage li a:hover, .lavaLampNoImage li a:active, .lavaLampNoImage li a:visited {
	border: none;
}
.lavaLampNoImage li.current a {
	color: #333;
}
.lavaLampBottomStyle {
	position: relative;
	height: 29px;
	width: 421px;
	background-color: white;
	padding: 15px;
	margin: 10px 0;
	overflow: hidden;
	border: 1px solid gray;
}
.lavaLampBottomStyle li {
	float: left;
	list-style: none;
}
.lavaLampBottomStyle li.back {
	border-bottom: 5px solid blue;
	width: 9px;
	height: 30px;
	z-index: 8;
	position: absolute;
}
.lavaLampBottomStyle li a {
	font: bold 14px arial;
	text-decoration: none;
	color: #000;
	outline: none;
	text-align: center;
	top: 7px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: auto 10px;
}
.lavaLampBottomStyle li a:hover, .lavaLampBottomStyle li a:active, .lavaLampBottomStyle li a:visited {
	border: none;
}
