@charset "iso-8859-1";/* Struttura Menu Main */#Menu_Main {	position: relative;	float: left;	text-align: left;	width: 907px;	height: 62px;	background-image: url('../img_struct/Button.01.Bg.gif');	background-repeat: repeat-x;;	margin: 0px;	padding: 0px;	border: 0px;	border-bottom: 1px solid #111111;}#Menu_Main ul {	text-align: left;	margin: 0px;	padding: 0px;	list-style-image: none;}#Menu_Main li  {	margin: 0px;	padding: 0px;	width: 149px;	height: 62px;	text-align: center;	display: inline;	position: relative;	float: left;	border-right: 1px solid #000000;	border-left: 1px solid #555555;}#Menu_Main li a {	display:block;	/* rende l'intero tag li cliccabile*/	height:40px;	padding-top: 22px;	position:relative;}.Menu_Main_Over {	background-image: url('../img_struct/Button.01.Bg.Over.gif');	background-repeat: repeat-x;;	position: absolute;	/* posizione assoluta in riferimento alla chiamata jQuery 	*/	width: 149px;		/* stesse dimensioni impostate per il tag li effettato	*/	height: 62px;	left :0; 	top: 0;		display: none;		/* di default questa classe č nascosta; verrā attivata da chiamata jQuery */}.Menu_Main_Selected {	background-image: url('../img_struct/Button.01.Bg.Over.gif');	background-repeat: repeat-x;;}.Menu_Main_Click {	background-color: #000000;}/* Struttura Menu Main 2° Livello */#Menu_Main2 {	position: relative;	float: left;	text-align: left;	width: 907px;	height: 23px;	background-image: url('../img_struct/Button.01.Bg.gif');	background-repeat: repeat-x;;	margin: 0px;	padding: 0px;	border: 0px;	border-top: 1px solid #555555;	border-bottom: 1px solid #111111;}#Menu_Main2 ul {	padding: 0px;	margin: 0px;	list-style-image: none;}#Menu_Main2 li  {	height: 23px;	text-align: center;	display: inline;	position: relative;	border-right: 1px solid #000000;	border-left: 1px solid #555555;	float: left;}.Menu_Main2_Content {	padding: 3px;	padding-left: 8px;	padding-right: 8px;}.Menu_Main2_Over {	background-image: url('../img_struct/Button.01.Bg.Over.gif');	background-repeat: repeat-x;;}/* Button Extra 1° Livello */#Menu_Extra {	margin-top: 13px;	float: right;	height: 31px;}#Menu_Lang {	color: #fff;	float: right;	padding: 16px 0px 3px 10px;	}#Menu_Lang ul {	list-style-type: none;}#Menu_Lang ul li{	float: right;	padding: 3px 3px 3px 3px;}#Menu_Lang ul li a{}
