#lavaLampBasicImage {
	position: relative;
	width: 800px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	height:40px;
}
#lavaLampBasicImage li {
	float: left;
	list-style: none;
}
#lavaLampBasicImage li.back {
	background: url("lava.png") no-repeat right -30px;
	width: 9px;
	height: 30px;
	z-index: 8;
	position: absolute;
}
#lavaLampBasicImage li.back .left {
	background: url("lava.png") no-repeat top left;
	height: 30px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}
#lavaLampBasicImage li a {
/*	font: bold 14px arial;*/
	font: bold 16px arial;
	text-decoration: none;
	color: #fff;
	outline: none;
	text-align: center;
/*	top: 7px;*/
	top: 5px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: auto 8px;    
}
#lavaLampBasicImage li a:hover {
	color: #fff;
	border: none;
}
#lavaLampBasicImage li a:active {
	color: #fff;
	border: none;
}
#lavaLampBasicImage li a:visited {
	color: #fff;
	border: none;
}
#lavaLampBasicImage1 {
	position: relative;
	width: 444px;
	padding: 15px;
	padding-right:5px;
	margin: 10px 0;
	overflow: hidden;
	height:40px;
}
#lavaLampBasicImage1 li {
	float: left;
	list-style: none;
}
#lavaLampBasicImage1 li.back {
	background: url("lava.png") no-repeat right -30px;
	width: 9px; height: 30px;
	z-index: 8;
	position: absolute;
}
#lavaLampBasicImage1 li.back .left {
	background: url("lava.png") no-repeat top left;
	height: 30px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}
#lavaLampBasicImage1 li a {
	font: bold 14px arial;
	text-decoration: none;
	color: #fff;
	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 8px;    
}
#lavaLampBasicImage1 li a:hover {
	color: #fff;
	border: none;
}
#lavaLampBasicImage1 li a:active {
	color: #fff;
	border: none;
}
#lavaLampBasicImage1 li a:visited {
	color: #fff;
	border: none;
}