Menu Nothing // Credite o Pattiency

#nothing {  /*********MENU NOTHING VERDE ESCURO / BY PATTIENCY*******/
font: normal 11px "Arial";
color: #4a5448;
letter-spacing: 2px;
text-transform: uppercase;
text-align: center;
box-shadow: inset 1px 1px 0 #d3e6c1;
border: 1px solid #4a5448;
background: transparent url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh2dvw9dEDEnvjJhpt1GG2QUaJxbgEXT1MDyY8NtK9zgNdVQpVtzugCEKpwn01RIP_qt0wG0TXDxkbcTWk-AS74jmL83xjdsnyV_ZIj5ZxGhKDgU8613YMedayKJMzFDQHbJRSqfkN3G1xz/s1600/menu8.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;
}