<style>
#button1 a {
display: block;
background:  url(MENU_Hme.jpg) top;
width: 100px;
height: 33.5px;
} 
#button1 a:hover {
background:  url(MENU_Hme.jpg) no-repeat bottom;
} 
#button2 a {
display: block;
background:  url(MENU_Pics.jpg) top;
width: 150px;
height: 50px;
} 
#button2 a:hover {
background:  url(MENU_Pics.jpg) no-repeat bottom;
} #button1 a {
display: block;
background:  url(MENU_Hme.jpg) top;
width: 150px;
height: 50px;
} 
#button3 a{
background:  url(MENU_Lnks.jpg) top;
display: block;
width: 150px;
height: 50px;
} 
#button3 a:hover {
background:  url(MENU_Lnks.jpg) no-repeat bottom;
} #button4 a {
display: block;
background:  url(MENU_Nws.jpg) top;
width: 150px;
height: 50px;
} 
#button4 a:hover {
background:  url(MENU_Nws.jpg) no-repeat bottom;
} 
#button5 a {
display: block;
background:  url(MENU_Sws.jpg) top;
width: 150px;
height: 50px;
} 
#button5 a:hover {
background:  url(MENU_Sws.jpg) no-repeat bottom;
} 
</style>