| Copy and paste this css into the source in the css editor.
a { color: white; font-weight: bold; font-size: 12px; font-family: Verdana; text-decoration: none; background-image: url(normal.jpg); text-align: center; padding-top: 2px; border-style: solid; border-width: 1px; border-color: white #000 #000 white; width: 120px; height: 20px }
a:hover { color: black; font-weight: bold; font-size: 12px; font-family: Verdana; text-decoration: none; background-image: url(over.jpg); text-align: center; padding-top: 2px; border-style: solid; border-width: 1px; border-color: white #000 #000 white; width: 120px; height: 20px }
|