.lavaLampWithImage {
position: relative;
height: 25px;
width: 500px;
background: url("bg.gif") no-repeat top;
padding: 10px;
margin: 5px 0px;
overflow: hidden;
}
.lavaLampWithImage li {
float: left;
list-style: none;
}
.lavaLampWithImage li.back {
background: url("lava.gif") no-repeat right -30px;
width: 500px; 
height: 25px;
z-index: 8;
position: absolute;
top:-1px;
}
.lavaLampWithImage li.back .left {
	background: url("lava.gif") no-repeat top left;
	height: 25px;margin-right: 3px;
	/*margin-right: 1px; /* 7px is the width of the rounded shape */
}


.lavaLampWithImage li a {
color: #fff;
outline: none;
letter-spacing: 0;
z-index: 10;
display: block;
float: left;
position: relative;
overflow: hidden;
margin-right:10px;    
margin-left:10px;    
top: -4px;
}
.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
	border: none;
}

#menu a {
	font-family:Verdana;
	text-decoration: none;
	color: #F1F1F1;
	font-weight: normal;
	font-size: 11px;
	text-transform: uppercase;
}

#menu a:hover {
	color: #F1F1F1;
}
#menu li.current a {
	color: #FFFFFF;
}


