.lavaLampWithImage {
	position:relative;
	height:51px;
	padding:0;
	overflow:hidden;
	background-image:url(../img/navbar_bg.jpg);
	background-repeat:no-repeat;
	margin:0 17px;
	width:967px;
}

.lavaLampWithImage li {
	float:left;
	list-style:none;
	z-index:9;
	height:51px;
	margin:0;
}
.lavaLampWithImage li a {
	color:#ffffff;
	text-decoration:none;
	outline:none;
	text-align:center;
	z-index:11;
	display:block;
	float:left;
	font:normal 11px Tahoma, Verdana, Arial;
	height:51px;
	line-height:51px;
	position:relative;
	text-transform:uppercase;
	margin:0 15px;
	_margin:0 6px;
	font-size:13px;
}

.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li.current_page_item a {
	color:#ffffff;
}
.lavaLampWithImage li.back {
	width:9px;
	height:51px;
	z-index:5;
	position:absolute;
	margin:0;
	top:0; /* inportant, please don't remove*/
}
.lavaLampWithImage li.back .left {
	background:#9c0303 url('../img/lava.gif') repeat-x 0 0;
	height:42px;
	margin-right:0; /* 7px is the width of the rounded shape */
	z-index:6;
	padding:0 20px;
	_padding:0 5px;
	margin-top:4px;
	margin-left:5px;
	margin-right:5px;
}

