.lavaLamp {
	position: relative;
	height: 30px;
	width: 100%;
	margin: 0;
	overflow: hidden;
}
.lavaLamp li {
	float: left;
	list-style: none;
	margin-right:5px;
}
.lavaLamp li.back {
	background: #fff;
	width: 9px; height: 30px;
	z-index: 8;
	position: absolute;
}
.lavaLamp li.back .left {
	background: #fff;
	height: 30px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}
.lavaLamp li a {
	text-decoration: none;
	font-size:1em;
	outline: none;
	text-align: center;
	z-index: 10;
	display: block;
	float: left;
	height: 14px;
	position: relative;
	overflow: hidden;
	margin: 0 15px;
	padding-top: 8px;  
}
.lavaLamp li a:hover, .lavaLamp li a:active, .lavaLamp li a:visited {
	border: none;
}
.lavaLamp li a:hover {
	text-decoration: underline;
}
.current{
	font-weight:bold;
}
