	/*<![CDATA[*/
	<!--
	body{
	background:#FFF;
	color:#000;
	font:80% Verdana,Geneva,Arial,Helvetica,sans-serif;
	margin:0;
	padding:10px;
	}
/* MENU PRINCIPALE */
.menuNavigazione{
margin:0;
padding:0;
list-style:none;
height:2em;
/*  border:1px solid #000;  */
border:1px solid #fce48d;
}
.menuNavigazione li{
float:left;
position:relative;
}
.menuNavigazione a{
float:left;
height:2em;
line-height:2em;
padding:0 10px;
text-decoration:none;
border-right:1px solid;
}
/* SOTTO MENU */
.menuNavigazione ul{
margin:0;
padding:0;
list-style:none;
width:17em;
}
.menuNavigazione ul li{
float:none;
}
.menuNavigazione ul a{
float:none;
display:block;
height:1.8em;
line-height:1.8em;
border-right:1px solid #f4933c;
border-left:10px solid #f4933c;
border-bottom:1px solid #f4933c;
}
/* MENU ON OFF */
.menuNavigazione ul,
.menuNavigazione ul.subMenu-off{
position:absolute;
visibility:hidden;
}
.menuNavigazione ul.subMenu-on{
visibility:visible;
		z-index:100;
		direction:ltr;
}
/* POSIZIONAMENTO DEL SOTTO MENU */
.menuNavigazione ul.subMenu-on{
position:absolute;/* primo livello di annidamento:menu a discesa */
top:2em;
left:-1px;
visibility:visible;
border-top:1px solid #f4933c;
		z-index:100;
		direction:ltr;
}
.menuNavigazione ul.subMenu-on ul.subMenu-on{
margin:0 0 0 -1px;/* livelli di annidamento superiori al primo:menu a comparsa laterale */
width:17em;
position:absolute;
top:-1px;
left:17em;
border-top:1px solid #f4933c;
		z-index:100;
		direction:ltr;
}
/* COLORI */
.menuNavigazione{
/* background:#EEE;
// color:#000; */
background:#fce48d;  
color:#f4933c;
font-weight: bold;
}
.menuNavigazione a{
/* background:#EEE;
// color:#000; */
background:#fce48d;  
color:#f4933c;
font-weight: bold;
}
/* EFFETTO ROLLOVER */
.menuNavigazione a:hover,
.menuNavigazione a:focus,
.menuNavigazione a:active{
text-decoration:underline;
background:#f4933c;  
color:#fce48d;
font-weight: bold;
		z-index:100;
		direction:ltr;
}
/* FRECCETTE */
.menuNavigazione a.continua{
/*  background:url(continuaOrz.gif) #EEE center bottom no-repeat;  */
background:url(continuaOrz.gif) #fce48d center bottom no-repeat;
color:#f4933c;
}
.menuNavigazione ul a.continua{
/*  background:url(continua.gif) #EEE right center no-repeat;  */
background:url(continua.gif) #fce48d right center no-repeat;
}
	-->
	/*]]>*/

