/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/
/* level 0 inner */
.m0iout {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	padding: 4px;
	color: #AE1B1B;
	text-align: right;
}
.m0iover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration : none;
	padding: 4px;
	color: #FFFFFF;
	text-align: right;
	font-weight: bold;
}

/* level 0 outer */
.m0oout {
	text-decoration : none;
	background: #FFFFFF;
	filter: alpha(opacity=85);
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
 -moz-opacity: .85;
}
.m0oover {
	text-decoration : none;
	border-top: 1px solid #AE1B1B;
	border-right: 1px solid #AE1B1B;
	border-bottom: 1px solid #AE1B1B;
	border-left: 1px solid #AE1B1B;
	background: #AE1B1B;
	 filter: alpha(opacity=85); 
 -moz-opacity: .85;
}

/* level 1 inner */
.m1iout {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	padding: 3px;
	color: #AE1B1B;
	text-align: left;
	vertical-align: middle;
	line-height: 9px;
}
.m1iover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration : none;
	padding: 3px;
	color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	line-height: 9px;
}

/* level 1 outer */
.m1oout {
	text-decoration : none;
	background: #FFFFFF;
	filter: alpha(opacity=85);
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
 -moz-opacity: .85;
}
.m1oover {
	text-decoration : none;
	border-top: 1px solid #AE1B1B;
	border-right: 1px solid #AE1B1B;
	border-bottom: 1px solid #AE1B1B;
	border-left: 1px solid #AE1B1B;
	background: #AE1B1B;
	 filter: alpha(opacity=85); 
 -moz-opacity: .85;
}

.une_titolo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
	background-color: #ae1b1b;
	font-variant: small-caps;
	text-indent: 7pt;
}
.une_subtitolo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-align: left;
}
.une_testo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	list-style-position: outside;
	list-style-image:  url(../imagesBG/cerchietto.gif);
	list-style-type: circle;
	text-indent: 0pt;
	text-align: left;
}
.une_testoPlus {
	font-weight: bold;
	color: #ae1b1b;
}
.une_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-indent: 0pt;
	background-color: #fefae1;
}



