Menu Sheet [azul] // Credite o Pattiency

#sheet { ****MENU SHEET AZUL CLARO / BY PATTIENCY ***/
color: #75838a;
box-shadow: inset -1px 1px 0 #fff, inset 1px -1px 0 #fff;
background: #d3e1e8;
border: 1px solid #75838a;
border-left: 3px solid #75838a;
border-right: 3px solid #75838a;
padding-top: 2px;
padding-bottom: 2px;
padding-left: 3px;
padding-right: 2px;
text-align: center;
margin: 1px;
font: normal 11px "Arial";
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-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;
}
#sheet:hover {
border-left: 6px solid #75838a;
border-right: 6px solid #75838a;
-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;
}

<div id="sheet"><a href="LINK">NOME</a></div>