/* Definire il foglio di stile per la barra dei menu */ 
#menubar 
{
				position     : relative; 
				font         : menu; 
				cursor       : default;
				background-image:url(img/topMenu.jpg);
				background-repeat: repeat; 
}


/* Stile per il menu principale E SOTTO MENU */
 #menubar TABLE 
 {
			 font-family       : Verdana; 
			 font-size         : 11px; 
		     font-weight       : normal;
			 margin-top        : 1pt;
			 margin-left	   : -1pt; 
			 text-align	       : left; 
			 padding		   : 0pt; 
			 border-top        : 1px #434446 solid; 
			 border-left	   : 1px #434446 solid; 
			 border-right      : 1px #434446 solid; 
			 border-bottom     : 1px #434446 solid; 
			 display           : none; 
			 position          : absolute; 
			 background-image  : url(img/SFMenu2.gif);
			 background-repeat : repeat;
			 text-decoration   : none; 
			 color             : #101010;
 } 
 #menubar TABLE TD 
 {
			 font-family       : Verdana; 
			 font-size         : 11px; 
		     font-weight       : normal;
			 padding-top       : 2pt; 
			 padding-bottom	   : 2pt; 
			 padding-left	   : 11pt; 
			 padding-right	   : 15pt; 
			 margin			   : 0pt;
			 cursor			   : hand;
			 color			   : #101010;
 } 

/* Stile per la messa in evidenza degli elementi disabled */
 #menubar .disabledhighlight 
 {
			 background			: #B8C8D8; 
			 color				: #FFFFFF;
 }

/* Stile per gli elementi della rottura e disabled */
 #menubar #break, #menubar .disabled 
 {
			   font-family     : Verdana; 
			   font-size       : 11px; 
		       font-weight     : bold;
			   text-align	   : left; 
 			   color		   : #FF3300;
} 

/* Rimuovere il riempimento ed i margini per gli elementi della rottura (barre orizzontali) */
 #menubar #break 
 {
			 padding			: 0pt; 
			 margin				: 0pt;
 } 

 #menubar .left 
 {
			 margin-left		: -11pt;
 			 background-color	:#FF0000;
}
/* Stile per le voci di menu di alto livello */ 
#menubar .root 
{
			   font-family     : Verdana; 
			   font-size       : 11px; 
		       font-weight     : normal;
			   text-align	   : center; 
			   Line-Height     : 15px; 
			   border-top      : 1px #E3EAF0 solid;
			   border-left     : 1px #434446 solid;
			   border-right    : 1px #E3EAF0 solid;
			   border-bottom   : 1px #E3EAF0 solid;
			   color           : #101010;
}

/* Stile per la FRECCINA che rappresenta pił scelte laterale sotto sotto menu */
 #menubar .more 
 {
			 font-family        : Verdana; 
			 font-size          : 11px; 
		     font-weight        : normal;
			 position			: relative; 
			 left				: 11pt; 
			 top				: 3pt; 
			 margin				: 0pt; 
			 padding			: 0pt;
			 float				: right; 
 }

/* Stile per gli elementi evidenziati scritte sotto menu */
 #menubar .highlight 
 {
			 font-family        : Verdana; 
			 font-size          : 11px; 
		     font-weight        : bold;
			 background-position: left 0px;
			 background-position: top 0px; 
			 background-repeat  : no-repeat;
			 background-image   : url(img/icon.gif); 
			 cursor				: hand;
			 color				: #6633FF; 
 }
 .ScritteSottomenu 
 {
			 font-family        : Verdana; 
			 font-size          : 11px; 
		     font-weight        : normal;
			 cursor				: hand;
			 color				: #101010;
 }
 .ScritteSottomenuOratorio 
 {
			 font-family        : Verdana; 
			 font-size          : 11px; 
		     font-weight        : normal;
			 cursor				: hand;
			 color				: #101010;
			 text-decoration    : none;
 }
