With what you have at the moment, all you should need to do is to add this to your style sheet:
Code:
<style type="text/css">
a:link {color: rgb(120, 111, 86); text-decoration:none; text-indent:1ex; font-weight: bold;}
a:visited {color: rgb(120, 111, 86); text-decoration:none; text-indent:1ex; font-weight: bold;}
a:active {color: rgb(120, 111, 86); text-decoration:none; text-indent:1ex; font-weight: bold;}
a:hover {color: #ffff00; text-decoration:none; text-indent:1ex; font-weight: bold;}
#menu1 table {
background:transparent url(http://www.pleitegeier96.de/800x600/layout/linksoffen.jpg);
}
</style>
You can use whatever image you like, but try it first with that one because I know you can see it.
Bookmarks