Menu Nothing // Credite o Pattiency

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