/* ------- MENU ORIZZONTALE ------- */

/* 
---------------- MEMORANDUM COMBINAZIONI ----------------
1) ".MenuH ol li a" --> Voce non corrente (cliccabile)
2) ".MenuH ol li.LIStrong strong" --> Voce corrente evidenziata senza sel=BLOB:ID=x (non cliccabile)
3) ".MenuH ol li.LISel strong" --> Voce corrente evidenziata con sel=BLOB:ID=x (non cliccabile)
4) ".MenuH ol li.LIStrong strong, .MenuH ol li.LISel strong" --> Voce corrente (non cliccabile)
5) ".MenuH ol li.LISel strong a.Sel" --> Voce non corrente ma evidenziata/selezionata (cliccabile)
---------------------------------------------------------
*/
.MenuH {
	margin:0; padding:0; 
	background:url(TemplatesUSR-Site-img/MenuH/MenuH.jpg) 0 0 repeat-x;
	color:@Bianco; background-color:@Dominante;
	[IEMACOPEN]float:left;[IEMACCLOSE] 
}

.MenuHleft {
	margin:0; padding:0;
	background:url(TemplatesUSR-Site-img/MenuH/MenuHleft.jpg) 0 0 no-repeat;
}

.MenuH ol { 
	list-style-type:none;
	margin:0 auto; padding:0;
	padding-left:215px;
	line-height:2.1em; font-size:.75em; font-weight:bold;
}
.MenuH ol li {
	 margin: 0 -4px 0 0; padding:0 0 0 6px;
	/*background:url(TemplatesUSR-Site-img/MenuH/SeparatoreMenuH.gif) 0 0 no-repeat;*/
	display:inline;
	line-height:2em;
	[IEMACOPEN]float:left; width:16em; background:none;[IEMACCLOSE] 
	[IE501OPEN]background:none;[IE501CLOSE] 
}
.MenuH ol li a,
.MenuH ol li.LIStrong strong {
	 padding:0 1.2em .2em .6em; margin:0;
	color:@Bianco; text-decoration:none; 
	line-height:2em; white-space:nowrap;
	[IEMACOPEN]float:left; width:16em;[IEMACCLOSE] 
}
.MenuH ol li a:hover {
	color:@Bianco; background-color:@Dominante;
}
.MenuH ol li.LISel strong {
	 padding:0 .6em .2em .6em;
}
.MenuH ol li.LISel strong a.Sel {
	color:@Bianco; background-color:@Dominante;
	border-bottom:none;
	margin:0; padding:0;
	white-space:nowrap;
}
.MenuH ol li.LISel strong a.Sel:hover {
	color:@Bordo2MenuH; background-color:@Dominante;
}
