Edito:
Te paso un ejemplo mejor y lo adaptas a lo que necesites
Código CSS:
Ver original.mybutton{
background:blue;
height:50px;
width:200px;
}
.mybutton:hover
{
background:#555 url(images/mybutton1.jpg);
height:50px;}
#mybutton{
text-decoration:none;
height:50px;
display:block;
line-height:50px;
text-align:center;
}
Lo puedes ver
aquí
Saludos