.rollover a {
background: url("images/buttongreen.gif");
text-decoration: none;
}
.rollover a:hover {
background: url("images/buttonhover.gif");
text-decoration: none;
}
