.menu {
	background-image:url(../images/bkmenu.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#95a73b;
	min-height:29px;
	font-weight:bold;
}
.lavaLampWithImage li.current {
	background: url("../images/lava.gif") no-repeat left 5px;
	height: 30px;
}
.lavaLampWithImage li.current div {
	background: url("../images/lava_r.gif") no-repeat right 5px;
	height: 30px;
	z-index:8px;
	float:left;
}

.menu li.current a{
	color:#999999;
}
	   
.lavaLampWithImage {
	position: relative;
	overflow: hidden;
	margin-left:190px;
	width:700px;
}
.lavaLampWithImage li {
	float: left;
	list-style: none;
	display:inline;
	margin-right:5px;
}
.lavaLampWithImage li.back {
	background: url("../images/lava.gif") no-repeat right -30px;
	width: 9px; 
	height: 30px;
	z-index: 8;
	position: absolute;
	margin-top:5px;
}
.lavaLampWithImage li.back .leftmenubk {
	background: url("../images/lava.gif") no-repeat top left;
	height: 30px;
	margin-right: 9px;
}
.lavaLampWithImage li a {
	text-decoration: none;
	color: #fff;
	outline: none;
	text-align: center;
	top: 7px;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 27px;
	position: relative;
	overflow: hidden;
	margin: auto 10px;
	padding:3px 5px 0 5px;
}
.lavaLampWithImage li a:hover {
	border: none;
	color:#999999;
	text-decoration:none;
}
          