Menu Nothing // Credite o Pattiency

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