.lavaLampNav {
	position: relative;
	height: 51px;
	width: 840px;
	padding: 0px;
	margin: 5px 0px 0px 45px;
	overflow: hidden;
}

.lavaLampNav li {
	float: left;
	list-style: none;
}

.lavaLampNav li.back {
	background: url("../images/lava.png") no-repeat right -26px;
	width: 9px; height: 26px;
	z-index: 8;
	position: absolute;
	margin-top:5px;
}

.lavaLampNav li.back .left {
	background: url("../images/lava.png") no-repeat top left;
	height: 26px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}

.lavaLampNav li a {
	font: bold 16px Trebuchet MS;
	text-decoration: none;
	color: #fff;
	outline: none;
	text-align: center;
	top: 7px;
	text-transform: lowercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 26px;
	position: relative;
	overflow: hidden;
	margin: auto 13px;    
}

.lavaLampNav li a:hover, .lavaLampNav li a:active, .lavaLampNav li a:visited {
	border: none;
}

