.lavaLampWithImage {
	position: relative;
	height: 29px;
	width: 800px;
	padding : 5px;
	overflow: hidden;
	padding-top : 5px;
}

.lavaLampWithImage li {
	float: left;
	list-style: none;
	height: 29px;
	margin-right:5px;
	}
.lavaLampWithImage .current a{
	
	height : 26px;
	opacity:1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	}

.lavaLampWithImage li.current {
	background-image : url("fd.png"); 	
	}

.lavaLampWithImage li.back {
	background: url("lava.png") no-repeat right -30px;
	width: 9px;
	height: 30px;
	z-index: 8;
	position: absolute;
}

.lavaLampWithImage li.back .left {
    background: url("lava.png") no-repeat top left;
    height: 30px;
    margin-right: 9px; /* 7px is the width of the rounded shape */
}
.lavaLampWithImage li a{
    text-decoration: none;
    color: #fff;
    outline: none;
    text-align: center;
    z-index: 10;
    display: block;
    float: left;
    height: 30px;
    position: relative;
    overflow: hidden;
    margin: auto 10px;
    margin-top :3px;  
    opacity:1;
	filter: alpha(opacity=100);
	-moz-opacity: 1; 
	font-weight: bold;
}

.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
    border: none;
}

.lavaLampWithImage .current.produits {
	background-color : #97bf0d;
	}

.lavaLampWithImage .current.services {
	background-color : #006ab3;
	}
.lavaLampWithImage .current.kimo {
	background-color : #FF0000;
	}
.lavaLampWithImage .current.contact{
	background-color : #666666;
	}
               