#lavaLampVertical {
	position: relative;
	width: 100px;
	padding-left:7px;
}

	#lavaLampVertical li.backLava {
		background: url("../img/struttura/red_bar.png") no-repeat left;
		z-index: 8;
		position: absolute;
		width:100;
		margin-left:0px;
	}

	#lavaLampVertical li {
		list-style: none;
		width: 242px;
		margin-left:-102px;
	}

	#lavaLampVertical li a {
		text-decoration: none;
		outline: none;
		z-index: 15;
		display: block;
		position: relative;
		top:-2px;
		width:232px;
	}

	#lavaLampVertical li a:hover {
		color: #fff;
	}
/*
#lavaLampBasicImage {
	position: relative;
	width: 380px;
	padding: 5px;
	padding-right:5px;
	margin: 10px 0;
	overflow: hidden;
	height:37px;
}
	#lavaLampBasicImage li {
		float: left;
		list-style: none;
	}
	#lavaLampBasicImage li.backLava {
		background: url("../img/struttura/lava.png") no-repeat right -30px;
		width: 9px; height: 30px;
		z-index: 8;
		position: absolute;
		margin-top:-5px;
		margin-left:0px;
	}
	#lavaLampBasicImage li.backLava .leftLava {
		background: url("../img/struttura/lava.png") no-repeat top left;
		height: 30px;
		margin-right: 9px; /* 7px is the width of the rounded shape */
	}*/
/*
	#lavaLampBasicImage li a {
		outline: none;
		text-align: center;
		/*top: 7px;*/
		/*text-transform: uppercase;*/
		/*letter-spacing: 0;*/
/*		z-index: 10;
		display: block;
		float: left;
		height: 40px;
		position: relative;
		overflow: hidden;
		/*margin: auto 8px;*/
	/*}
	#lavaLampBasicImage li a:hover, #lavaLampBasicImage li a:active, #lavaLampBasicImage li a:visited {
		color: #fff;
		border: none;
	}
*/