@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;
}

.BgMenu1 { background:#57313e;}
.BgMenu2 { background:#755d5d;}
.BgMenu3 { background:#b0a4a8;}
.BgMenu4 { background:#572655;}
.BgMenu5 { background:#9d6292;}
.BgMenu6 { background:#cca6b3;}
.BgMenu7 { background:#57313e;}
.BgMenu8 { background:#755d5d;}
.BgMenu9 { background:#b0a4a8;}
.BgMenu10 { background:#572655;}
.BgMenu11 { background:#9d6292;}

.width1 { width:71px;}
.width2 { width:66px;}
.width3 { width:63px;}
.width4 { width:92px;}
.width5 { width:71px;}
.width6 { width:56px;}
.width7 { width:79px;}
.width8 { width:63px;}
.width9 { width:77px;}
.width10 { width:58px;}
.width11 { width:50px;}

.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;
}
