        .lavaLampWithImage {
            position: relative;
            height: 29px;
            width: 750px;
            /*background: url("bg.gif") no-repeat top;*/
			padding-left:10px;
			padding-right:10px;
            margin: 5px 0;
            overflow:visible;
        }
	.lavaLampWithImage li {
		float: left;
		list-style: none;
	}
.lavaLampWithImage li.back {
	background: url("../images/lava.gif") no-repeat right 0px;
	width: 9px; 
	height: 24px;
	z-index: 8;
	position: absolute;
}
	.lavaLampWithImage li.back .left {
		background: url("../images/lava.gif") no-repeat top left;
		height: 24px;
		margin-right: 9px; /* 7px is the width of the rounded shape */
	}
.lavaLampWithImage li a {
    font-family:tahoma;
	font-size:12px;
	text-decoration: none;
	color: #7a7a7a;
	outline: none;
	text-align: center;
	top: 5px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 24px;
	position: relative;
	overflow: hidden;
	margin: auto 15px;    
}
.lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
	border: none;
	color: #000;
}
.lavaLampWithImage li a:hover{
	border: none;
	color: #fff;
}
.current{
	color:#FFFFFF;
}

