Hi Tjerk,
Edit the layout.master file of your skin. Find this:
<portal:SiteMapLink id="SiteMapLink1" runat="server" CssClass="sitemaplink" />
add an url to your image like this:
<portal:SiteMapLink id="SiteMapLink1" runat="server" ImageUrl="~/Data/pathtoyourimage.jpg" CssClass="sitemaplink" />
I will respond to your bigger discussion post later, need to get some work done first this morning.
Hope it helps,
Joe