@charset "iso-8859-1";

/* Struttura Menu Main */


/* --- */

#menu01_wrapper {
	width: 975px;
	background-color: #71120c;
	color: #fff;
	text-align: center;
	height:40px;
	line-height:40px;
	clear:both;
}

#menu01_wrapper ul {
	list-style-type: none;
	margin:0px;
	padding:0px;	
}

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

#menu01_wrapper ul li a {
	color: #E4E1D6;
	font-weight: normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	background-image:url(../img_struct/quadratino_chiaro_btn1.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 10px;
}

/* --- */


#menu02_wrapper {
	width: 975px;
	background-color: #cca96f;
	color: #fff;
	text-align: center;
	height:40px;
	line-height:40px;
	clear:both;
}

#menu02_wrapper  ul {
		color: #F2EEE3;
		list-style-type: none;
		display: inline;
		margin: 0px;
		padding: 0px;
}

#menu02_wrapper  ul li {
	display: inline;
	padding:0px 5px;
	margin: 0px;

}
	
#menu02_wrapper  ul li a {
	color: #222222;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	