[jQuery] Superfish menu

[jQuery] Superfish menu


Hi,
I'm playing with the superfish menu. Looks fine!
I want to have my sub-submenu's shifted a little bit to the left, so
that it is a bit over its parent menu. I altered this part:
.nav li li:hover ul,
ul.nav li li.sfHover ul {
left:9.45em;
top:-1px;
}
to
.nav li li:hover ul,
ul.nav li li.sfHover ul {
left:8.45em;
top:-1px;
}
The sub-submenu is shifted to the left, only the middle items seem to
fall under it parent! Tried some z-indexing, but i can not get it
right..... Anyone?
(just used the default example with its css).
Snef