#nav{
	float: left;
}   
#nav ul li a{
	color:#000;
}
#nav ul li a:hover{
	color:#2e7e9c;
}
.lavaLampWithImage {
	overflow: hidden;
	margin: 60px 0 0 140px; 
}
.lavaLampWithImage li {
	float: left;
	list-style-type: none;
	display: block;
}
.lavaLampWithImage li.back {
	background: url("/images/current.png") no-repeat center -5px;
	height: 60px;
	z-index: 8;
	position: absolute;
}
.lavaLampWithImage li.back .left {
	height: 30px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
	margin: 0 10px;
}
.lavaLampWithImage li a {
	font-size: 18px;
	text-decoration: none;
	color:#000;
	outline: none;
	text-align: center;
	top: 7px;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;   
	margin: 0 12px;
	
}


      