.lavaLampWithImage {
	position: relative;
	height: 22px;
	width: 650px;
	padding: 5px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;	
	background-repeat: repeat-x;
	background-position: top;
}
.lavaLampWithImage li {
	float: left;
	list-style: none;
} 
.lavaLampWithImage li.back .leftt {
	background: url("../images/mainNav_bubbletab.gif") no-repeat top left;
	height: 22px;
	margin-right: 8px; /* 7px is the width of the rounded shape */
} .lavaLampWithImage li.back {
	width: 9px;
	height: 22px;
	z-index: 1;
	position: absolute;
	background-image: url("../images/mainNav_bubbletab.gif");
	background-repeat: no-repeat;
	background-position: right -22px;
} 

.lavaLampWithImage li a {
	text-decoration: none;
	color: #000;
	outline: none;
	text-align: center;
	top: 3px;
	
	letter-spacing: 0;
	z-index:2;
	display: block;
	float: left;
	height: 22px;
	position: relative;
	overflow: hidden;
	margin-right: 10px;
	margin-left: 10px;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	text-shadow:1px 1px 1px #FFF;
} 
.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
	border: none;
} 
