Menu Nothing // Credite o Pattiency

#nothing {  /*********MENU NOTHING AZUL ESCURO / BY PATTIENCY*******/
font: normal 11px "Arial";
color: #283757;
letter-spacing: 2px;
text-transform: uppercase;
text-align: center;
box-shadow: inset 1px 1px 0 #c1cde6;
border: 1px solid #283757;
background: transparent url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhTyTumTrNgaZkPY1dT9eeRPM0trWdW4pPetA1yTrqYJ5GiBHzEBqM35s6B-PmOVfQL9KaH0vINVSN0m5nnGWwYhWWUgVt_f-uTHduXCGrgDdF0-aeTCviNoV2XEOi4Ub-_UvABH_w7z8L2/s1600/menu7.png");
padding: 3px;
margin: 1px;
-moz-transition: all 0.5s ease-out;
-webkit-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}
#nothing:hover {
letter-spacing: 0px;
-moz-transition: all 0.5s ease-out;
-webkit-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}