You can do it in css, something like...
CODE
#menu a {
background-image: url(images/home1.gif);
}
#menu a:hover {
background-image: url(images/home2.gif);
}
You could put that into one like of html using stlye tag thingy like <a href="#" style="">
You can also do it in Javascript.
http://blinding-light.com/tutorials/read/19