Hi,
You can add an extra class on the li element of the home link like this:
<portal:HomeLink ID="HomeLink" runat="server" RenderAsListItem="true" ListItemCss="topnavitem homelink" />
Then in page settings for your home page add the body class homepage
Then in CSS add this:
.homepage .homelink {display:none; }
Hope that helps,
Joe