body {
	margin:0;
	padding:0;
}

@font-face {
  font-family: 'Play';
  font-style: normal;
  font-weight: 400;
  src: local('Play'), url(http://themes.googleusercontent.com/static/fonts/play/v3/-SXnV4mZjf4oh1IBw13WZw.woff) format('woff');
}

.lavaLampWithImage {
	position: relative;
	height: 64px;
	padding:0 0 0 0;  
	margin:0 auto;
	overflow: hidden; width:1010px;
}
.lavaLampWithImage li {
	float: left; margin:9px 0 0 4px;
	list-style: none;
}
.lavaLampWithImage li.back {
	background: url("lava1.png") no-repeat right -64px;
	width: 18px;
	height: 64px;
	z-index: 8;
	position: absolute;
}
.lavaLampWithImage li.back .left {
	background: url("lava1.png") no-repeat top left;
	height: 64px;
	margin-right: 18px; /* 7px is the width of the rounded shape */
}
.lavaLampWithImage li a {
	font-family: 'Play';
	font-size:17px;
	text-decoration: none;
	color:#fff;
	outline: none;
	text-align: center;
	top: 5px;
	text-transform: none;
	letter-spacing:0;
	z-index: 10;
	display: block;
	float: left;
	height: 64px;
	position: relative;
	overflow: hidden;
	padding: 0 25px 0 26px; 
}

.lavaLampWithImage li a span {
	color: #FFF;
}
.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
	border: none;
}
