@charset "utf-8";
/* CSS Document */
 .lavaLampWithImage {
	position:relative;
	height:29px;
	vertical-align:bottom;
	width: auto;
	padding:15px 15px 5px 0px;
	overflow: hidden;
	/*background-color:#7e5127;*/
	background-color:#b07f47;

	margin:0px 0px 10px 0px;
	float:right;
}

.lavaLampWithImage li {
	float: left;
	list-style: none;
	
}

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

.lavaLampWithImage li.back .left {
	background: url("../img/barre_menu.png") repeat-x bottom left;
	height: 35px;
	margin-right: 15px; /* 7px is the width of the rounded shape */
	margin-left:3px;
}
	
.lavaLampWithImage li a {
	font-size: 16px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	/*color: #d6ab84;*/
	color: #e5cab2;
	text-decoration: none;
	outline: none;
	text-align: center;
	top:7px;
	z-index: 10;
	display: block;
	float: left;
	height: 20px;
	position: relative;
	overflow: hidden;
	margin:0px 12px 0px 3px;
	/*margin:0px 9px 0px 9px;
	letter-spacing:-0.5px;*/
}

.lavaLampWithImage li a:hover {
	border: none;
	color:#FFF;
}


