.lavaLamp {
	position: relative;
	height: 32px;
	background: url("bg.gif") no-repeat top;
	padding: 15px;
	margin: 0;
	overflow: hidden;
}
.lavaLamp li {
	float: left;
	list-style: none;
}
.lavaLamp li.back {
	background: url("lava.gif") no-repeat right -30px;
	width: 9px;
	height: 30px;
	z-index: 8;
	position: absolute;
}
.lavaLamp li.back .left {
	background: url("lava.gif") no-repeat top left;
	height: 30px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}
.lavaLamp li a {
	text-decoration: none;
	color: #323232;
	outline: none;
	text-align: center;
	top: 7px;
	text-transform: capitalize;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: auto 10px;
}
.lavaLamp li a:hover, .lavaLamp li a:active, .lavaLamp li a:visited {
	border: none;
}
.lavaLamp li a:hover {
	color:#FFF;
}
.lavaLamp li.current a {


}