/* ------- MENU ORIZZONTALE ------- */ 
.MenuH {
	padding:5px 0;color:@Bianco; padding-left:10px;
	background:#EFEDED; font-family: Arial, Helvetica, sans-serif; float:left;
}
.MenuH ol { 
	margin:0 auto; padding:0; list-style-type:none; 
	line-height:2.1em; font-size:.7em; font-weight:bold; height:40px; 
}
.MenuH ol li {
	display:inline; margin:0; padding:10px 3px 25px; line-height:2em;
	background:url(TemplatesUSR-Site-img/MenuH/Sfondo_MenuH.png) 0 0 repeat-x; text-transform: uppercase; 
}
.MenuH ol li a, .MenuH ol li strong {
	padding:0 .6em .2em .6em;
	color:@Grigio; text-decoration:none; 
	line-height:2em; white-space:nowrap;	
}
.MenuH ol li.LISel {
	background:url(TemplatesUSR-Site-img/MenuH/Sfondo_MenuHSel2.png) center -7px repeat-x;
}
.MenuH ol li a:hover, .MenuH ol li strong {
	

}

.MenuH ol li.LISel strong a.Sel {
	color:#000000; border:none; padding:0;
}
.MenuH ol li.LISel strong a.Sel:hover {
	color:#000000;
}
