div.menu {
	width: 0px;
	height: 0px;
	font: Normal 10px Verdana;
}

div.sezione {
	width: 150px;
	height: 15px;
	//background-color: #000000;
	text-align: center;
	padding: 4px;
	margin: 0px;
	display: inline;
	float: left;
}

div.voci {
	width: 200px;
	height: 15px;
	background-color: #000000;
	visibility: hidden;
	margin-top: 0px;
	margin-left: -4px;
	float: left;
}

div.vocia {
	width: 200px;
	height: 15px;
	background-color: #000000;
	visibility: hidden;
	margin-top: 0px;
	margin-left: -4px;
	float: left;
}

div.vocib {
	width: 200px;
	height: 15px;
	background-color: #000000;
	visibility: hidden;
	margin-top: 0px;
	margin-left: -4px;
	float: left;
}

div.terra {
	width: 200px;
	height: 15px;
	padding: 4px;
	margin-bottom: -4px; /* Per Opera */
	font: Normal 12px Times New Roman;
	color: #000000;
	background-color: #FFCC66;
		
}

div.vigna {
	width: 150px;
	height: 15px;
	padding: 4px;
	margin-bottom: -4px; /* Per Opera */
	font: Normal 12px Times New Roman;
	color: #000000;
	background-color: #CCCC99;
}	

div.vini {
	position:absolute;
	left:10px;
	top:51px;
	width: 650px;
	height: 15px;
	padding: 4px;
	margin-bottom: -4px; /* Per Opera */
	text-align: center;
	font: Normal 12px Times New Roman;
	color: #000000;
	background-color: #FFFFCC;
}		





a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	padding: 2px;
	text-decoration: none;
	font-weight: bolder;
	//background-color: #ffffff;
	color: #000000;
}

