.menuNavH{
background:#FFF;
color:#000;
margin:0;
padding:0.5em 0;
border-bottom:1px solid #000;
text-align:right;
}
.menuNavH li{
display:inline;
}
.menuNavH a{
height:0;
padding:0.5em 0;
text-decoration:none;
margin:-0.5em 1em;
}
.menuNavH a:link,
.menuNavigazione a:visited{
background:#FFF;
color:#666;
}
.menuNavH a:hover,
.menuNavH a:focus,
.menuNavH a:active{
background:#FFF;
color:#000;
border-bottom:0.4em solid #97CB07;
padding-bottom:0.1em;
}
.menuNavH .voceCorrenteh a:link,
.menuNavH .voceCorrenteh a:visited,
.menuNavH .voceCorrenteh a:hover,
.menuNavH .voceCorrenteh a:focus,
.menuNavH .voceCorrenteh a:active{
background:#FFF;
color:#000;
border-bottom:0.4em solid #FF6900;
padding-bottom:0.1em;
}