Menu Nothing // Credite o Pattiency

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