#MENU {
height:40px;
background-color: #b2b4b6;
}

#MENU a {
color: white;
text-decoration: none;
}

#MENU a:hover {color:black;}

#MENU .selezionato {
color: #000;
background-color: #f0f0f0;
}

.tasto {
float: right;
/*background-image: url('/brioche/templates/uploads/sfondo-tasto.png');
width: 155px;*/
height: 40px;
line-height: 40px;
margin-left: 5px;
padding: 0 8px;
box-sizing: border-box;
text-transform: uppercase;
font-size: 12px;
font-weight: bold;
}