@charset "iso-8859-1";

/* Struttura Menu Main */

#Menu_Main {
	width: 980px;
	background-color: #d8d2c6;
	height: 36px;
	line-height: 35px;
	clear: both;
	text-align: left;
}

#Menu_Main ul {
	list-style-type: none;
}

#Menu_Main li  {
	float: left;
	height: 36px;
	line-height: 35px;
	color: #661517;
	background-image:url(../img_struct/bulletButton1.gif);
	background-position: 2px 11px;
	background-repeat: no-repeat;
	
}

#Menu_Main li a {
	color: #661517;
	text-transform: uppercase;
	display: block;
	float: left;
	height: 35px;
	line-height: 35px;
	background-position:center right;
	background-image:url(../img_struct/SeparatoreBtn01.gif);
	background-repeat: no-repeat;
	padding: 1px 10px 0px 20px;
	font-size: 11px;
}

#Menu_Main li a:hover {
	color: #661517;
	text-transform: uppercase;
	display: block;
	height: 35px;
	line-height: 35px;
	background-image: url(../img_struct/Btn01Over.gif);
	background-position: center left;
	padding: 1px 12px 0px 22px;
}

#Menu_Main li a.attivo {
	color: #661517;
	text-transform: uppercase;
	display: block;
	height: 35px;
	line-height: 35px;
	background-image: url(../img_struct/Btn01Over.gif);
	background-position: center left;
	padding: 1px 12px 0px 22px;
}


.Menu_HomeJs {
 	padding: 0px 10px;
}


/* Struttura Menu Main 2° Livello */

#Template_MenuExtra ul {
	float: right;
	list-style: none;
	padding-right: 10px;
}

#Template_MenuExtra ul li {
	height: 34px;
	line-height: 34px;
	float: left;
	margin:0px 5px;

}

#Template_MenuExtra ul li a{
	color: #997239;
	height: 34px;
	line-height: 34px;
	float: left;
	font-size: 11px;
}

.MenuVanish {
 	list-style-type:none; 
 	display:block; 
	height:26px;
	line-height: 26px;
 	width:979px; 
	background:#f1ece8;
  	padding:0;
  	margin:0;
    text-align:left;
	}

.MenuVanishLi { 
	float:left;
	margin-right:10px;
	}

.MenuVanishA { 
	color: #661517;
	padding-left:5px;
	font-size:11px;
	vertical-align:middle;}



#Menu_Main2 {
	height:26px;
	line-height: 26px;
 	width:979px; 
	background-color:#f1ece8;
    text-align:left;
	overflow: auto;
	}

#Menu_Main2 ul {
	list-style-type: none;
}

#Menu_Main2 ul li { 
	float:left;
	margin-right:10px;
	}

#Menu_Main2 ul li a { 
	color: #661517;
	padding-left:5px;
	font-size:11px;
	vertical-align:middle;
	}

