/* MENU */

#Menu_main {
	background-image:url(../img_struct/Menu_main_bg.gif);
	background-repeat: repeat-x;
	height:25px;
	line-height: 25px;
	border-bottom:1px solid #fff;
	border-left:2px solid #fff;
	border-right:2px solid #fff;
}

#Menu_main ul {
	list-style-type: none;
	

}

#Menu_main ul li {
 	float:left;
	background-image:url(../img_struct/Menu_Spacer.gif);
	background-position: left;
	background-repeat: no-repeat;
	
	
}

#Menu_main ul li a {
	padding:0px 7px;
	color:#202020;
	font-weight: bold;
	text-transform: uppercase;	
	display: block;
	float: left;
	text-decoration: none;
	font-size: 0.76em;
	letter-spacing: 0.05em;
	font-family:Arial, Helvetica, sans-serif;

}

#Menu_main ul li a.attivo {
	color:#fff;
	font-weight: bold;
	text-transform: uppercase;	
	display: block;
	float: left;
	text-decoration: none;
	padding:0px 7px;
	background-image: url(../img_struct/Menu_main_bg_over.gif);
	background-repeat:repeat-x;
	}




#Menu_main ul li a:hover {
	color:#fff;
	font-weight: bold;
	text-transform: uppercase;	
	display: block;
	float: left;
	text-decoration: none;
	padding:0px 7px;
	background-image: url(../img_struct/Menu_main_bg_over.gif);
	background-repeat:repeat-x;
	}
	 
ul#Menu_header {
	
}

ul#Menu_header li {
	float: left;
	list-style: none;
	
}

ul#Menu_header li a {
 	color: #fff;
	padding-right:5px;
	text-decoration: none;
	cursor: pointer;
}

ul#Menu_header li a:hover {
	text-decoration: underline;
}

/* MENU 02 */


#Menu02 {
	height:24px;
	line-height:24px;
	background-image:url(../img_struct/menu02_bg.gif);
	background-repeat:repeat-x;
	border-bottom:2px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}

#Menu02 ul {
	margin:0px;
	padding:0px;
}

#Menu02 ul li {
	display: inline;
	margin:0px;
	padding:0px;
	
}

#Menu02 ul li a {
	color:#020202;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:0.64em;
	font-weight:normal;
	letter-spacing:0;
	line-height:normal;
	text-decoration: none;
	text-transform: uppercase;
	padding:0px 7px;
	margin:0px;
	background-image:url(../img_struct/menu02_btn_ng.gif);
	background-position: center right;
	background-repeat: no-repeat;
}

#Menu02 ul li a.active {
font-weight: bold;
}
