
/* Personalizzato Autococo */
#LavaLampAutococo  { /* LavaLampAutococo */
	position:absolute;
	top:93px; left:0;
	width: 580px; height:49px;
	overflow: hidden;
}
#LavaLampAutococo li {
	float: left;
	list-style: none;
}
#LavaLampAutococo li.backLava {
	background: url("images/bg_tab.png") no-repeat right -49px;
	width: 9px; height: 49px;
	z-index: 8;
	position: absolute;
}
#LavaLampAutococo li.backLava .leftLava {
	background: url("images/bg_tab.png") no-repeat top left;
	height: 49px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}
#LavaLampAutococo li a {
	font: normal 21px arial;
	text-decoration: none;
	color: #fff;
	outline: none;
	text-align: center;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 49px;
	position: relative;
	overflow: hidden;
	margin: 16px 18px auto 18px;    
}
#LavaLampAutococo li a:hover, #LavaLampAutococo li a:active, #LavaLampAutococo li a:visited {
	color: #fff;
	border: none;
}



