ul#rollover{
list-style-type: none;
padding: 0;
margin: 0;
}
#rollover a:link, #rollover a:visited {
display: block;
width: [the_width_of_your_image];
height:[the_height_of_your_image];
padding: 10px 0 16px 50px;
font: bold 80% Arial, Helvetica, sans-serif;
background: url([the_url_of_your_image]) top left no-repeat;
text-decoration: none;
}
#rollover a:hover {
background-image: url([the_url_of_your_over_image]);
}
#rollover a:active {
background-image: url([the_url_of_your_over_image]);
}