Ho risolto in questo modo:
#pulsante a {
min-height: 65px;
height: auto !important;
height: 65px;
width:170px;
float:left;
background:url("images/immagine_fissa.gif") no-repeat;
margin:0;
text-decoration:none;
}
#pulsante a:hover {
background:url("images/immagine_movimento.gif") no-repeat;
}
funziona.
Ciao