.lavaLampWithImage {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	clear: both;
	width: 653px;
	height: 31px;
	padding-left: 6px;
	padding-top: 1px;
	background-image: url("images/grey-nav/bar.png");
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
}


.lavaLampWithImage li {
	float: left;
	list-style: none;
	z-index: 2;
	
}

.lavaLampWithImage li.back {
	background: url("images/grey-nav/bg_menu.png") no-repeat right 1px;
	width: 0px; height: 28px;
	z-index: 1;
	position: absolute;
	margin-top: 1px;
	
}

.lavaLampWithImage li.back .left {
	background: url("images/grey-nav/bg_menu_left.png") no-repeat top left;
	height: 28px;
	margin-right: 10px; /* 7px is the width of the rounded shape */
	margin-top: 1px;
	z-index: 1;
}



.lavaLampWithImage li a {
	font-size: 0.8em;
	color: #333;
	text-decoration: none;
	display: block;
	width: 129px;
	padding: 8px 0px 0px 0px;
	height: 24px;
	z-index: 3;
	position: relative;
	overflow: hidden;
	text-align: center;
}

.lavaLampWithImage li a:hover {
	color: #fff;

}

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