<style type="text/css">
a {
font-family:tahoma;
font-size:9pt;
color:#696969;
text-decoration:none;
}
a:hover{
text-decoration: none;
filter: shadow(Color=black, strength=2);
height:0;
}
</style>
<a href="">http://www.codigosnaweb.com</a>
o campo Color em shadow define a cor da sombra, e strength o quanto a sobra será esticada, 0, 1, etc.