#menu_container {
	background-image: url(../images/menu_principale.jpg);
	float: left;
	width: 100%;
	overflow:hidden;
	position: relative;

}

#menu_lamp{
	position: relative;
	/*left: 50%;*/
	float: left;
}
      
#menu_lamp .lavaLampWithImage {
	position: relative;
	left: 40px;
	/*left: -50%;*/
	/*height: 35px;*/
	margin: 0;
	padding: 0;
}

* html #menu_lamp .lavaLampWithImage, *:first-child html #menu_lamp .lavaLampWithImage {
	float: left
}

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


.lavaLampWithImage li.back {
	background: url("../images/lava.gif") no-repeat right -31px;
	width: 9px;
	height: 28px;
	z-index: 8;
	position: absolute;
	top:0px;
}



.lavaLampWithImage li.back .left {
	background: url("../images/lava.gif") no-repeat left -1px;
	height: 28px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}


                        
.lavaLampWithImage li a {
	font: bold 15px arial;
	text-decoration: none;
	color: #fff;
	outline: none;
	text-align: center;
	top: 5px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 28px;
	position: relative;
	overflow: hidden;
	margin: auto 23px;
}
#menu_lamp .artistiaccesso li a {
	margin: auto 15px;
}

* html .lavaLampWithImage li a {
	margin: auto 10px;    
}


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