#menu_container {
	background: url("../images/bg.png") no-repeat top left;
	float: left;
	width: 100%;
	overflow:hidden;
	position: relative;

}

#menu_lamp{
	position: relative;
	left: 50%;
	float: left;
}
      
#menu_lamp .lavaLampWithImage {
	position: relative;
	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 -30px;
	width: 9px;
	height: 30px;
	z-index: 8;
	position: absolute;
	top:0px;
}



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

.I-promotori .lavaLampWithImage li.back {
	background: url("../images/promotori_lava.gif") no-repeat right -30px;
}	

.I-promotori .lavaLampWithImage li.back .left {
	background: url("../images/promotori_lava.gif") no-repeat top left;
}

.Gli-artisti .lavaLampWithImage li.back {
	background: url("../images/artisti_lava.gif") no-repeat right -30px;
}	

.Gli-artisti .lavaLampWithImage li.back .left {
	background: url("../images/artisti_lava.gif") no-repeat top left;
}

.News-ed-eventi .lavaLampWithImage li.back {
	background: url("../images/news_eventi_lava.gif") no-repeat right -30px;
}	

.News-ed-eventi .lavaLampWithImage li.back .left {
	background: url("../images/news_eventi_lava.gif") no-repeat top left;
}
.Sala-stampa .lavaLampWithImage li.back {
	background: url("../images/lava_stampa.gif") no-repeat right -30px;
}	
.Sala-stampa .lavaLampWithImage li.back .left {
	background: url("../images/lava_stampa.gif") no-repeat top left;
}
                        
.lavaLampWithImage li a {
	font: bold 14px arial;
	text-decoration: none;
	color: #fff;
	outline: none;
	text-align: center;
	top: 7px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: auto 25px;/* margin con 'GLI ARTISTI' spento 	*/
	/* margin: auto 15px;    	margin con 'GLI ARTISTI' acceso 	*/
}
#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;
}
                  
