[jQuery] how to use Current of superfish

[jQuery] how to use Current of superfish


after all (with big help of Joel) I managed to setup my menu.
since i wanted it the way that the background and the font color
change
when hovering the menu items i know encounter another problem for
setting
the current menu.
the current class doesnt not work. so i decided to use my own way of
setting
a current menu. (maybe quit helpful so i do post it)
1.
put <body id="home"> and <body id="about"> in the html files
2.
<a href="index.html" class="home">Home</a>
<a href="about.html" class="about">about</a>
2.
put into the CSS file
#home .home, #about .about
{
color: #D1002F;
background: #FFF;
}
et voila!
nevertheless .... the graphical arrow now disappears when working that
way.
what am i doing wrong?
How can I use current of superfish