
/* Personalizzato  */
#LavaLamp  { /* LavaLamp */
	position:relative;
	width: 1170px; margin:5px auto 10px;
}
#LavaLamp li { float:left; text-decoration:none;  color:#000; font-size:16px; font-family: 'Open sans', sans-serif; margin:10px 0; }

#LavaLamp li.first {}

#LavaLamp li.backLava {
	/*background: url("images/bg_tab.png") no-repeat right -49px;*/
	 background:#fff; width: 9px; height: 45px; z-index: 1; position: absolute; color:#000;
}
#LavaLamp li.backLava .leftLava {
	/*	border-bottom:#C0CB94 solid 3px;/*background: url("images/bg_tab.png") no-repeat top left;*/
	
	/*margin-right: 9px; /* 7px is the width of the rounded shape */
}
#LavaLamp li a {
 padding:0; text-decoration: none; color: #000; z-index: 10; display: block; position: relative; overflow: hidden;  
	}
	#LavaLamp li+li { margin-left:13px; padding-left:14px; border-left:#000 solid 1px;} 
#LavaLamp li a:hover, #LavaLamp li a:active { background:#fff;
	color: #ff9703;
	border: none;
}

#LavaLamp li a.selected { color: #ff9703; font-weight:bold;	border: none;}

a:focus  { outline: none }
