.lavaLampWithImage {
	position: relative;
	height: 63px;
	width: 950px;
	overflow: visible;
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.lavaLampWithImage li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.lavaLampWithImage li.back {
	width: 59px;
	height: 52px;
	z-index: 8;
	position: absolute;
	background-image: url(../Images/lava.gif);
	background-repeat: no-repeat;
	background-position: right -52px;
}
.lavaLampWithImage li.back .left {
	height: 52px;
	margin-right: 19px; /* 7px is the width of the rounded shape */
	background-image: url(../Images/lava.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.lavaLampWithImage li a, .lavaLampWithImage li a:visited {
	text-decoration: none;
	color: #000000;
	outline: none;
	text-align: center;
	top: 0px;
	z-index: 10;
	display: block;
	float: left;
	height: 52px;
	position: relative;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 1.1em;
	font-weight: bolder;
	padding-top: 20px;
	padding-right: 22px;
	padding-left: 20px;
}
.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active {
	border: none;
	color: #FFF;
}
.lavaLampWithImage li.current  a {
	color: #F7AC1F;
}
.lavaLampWithImage li.current {
	color: #F7AC1F;
	background-image: url(../images/underline.gif);
	background-repeat: no-repeat;
	background-position: center 35px;
}

