Hallo cr,
<a href="" ......><div style="margin-left: 30px; margin-top: 7px; float: left; height: 30px; width: 100px; ">Startseite</div></a>
<div> in <a> ist nicht erlaubt. Versuch mal:
<div onmouseover="this.style.backgroundImage="url(drueber.jpg)"
onmouseout ="this.style.backgroundImage="url(raus.jpg)" ...>...</div>
http://de.selfhtml.org/css/eigenschaften/hintergrund.htm#background_image
http://de.selfhtml.org/javascript/objekte/style.htm
http://de.selfhtml.org/javascript/sprache/objekte.htm#this
http://de.selfhtml.org/javascript/sprache/eventhandler.htm
Gruß, Jürgen