Hi there! Made all my changes and hail hail it all works cross browser. We are talking Firefox, Chrome, Safari, Flock, Opera, IE8 and IE7. And then you have the annoying IE6...

Well for starters, when you are on an active page, that page submenu just disappear. Also, the selected style is just plainly ignored, as well as the parent style, which of course you can only achieve by a copy and paste the direct url from another browser.
When you are on a refreshed page, and hove over the other top level items other than the active one, their submenu, flashes to view once and is never seeing again until the page is refreshed. If you hover the active item, nothing else happens anywhere.
I have the position:static fix on:-
#nav li:hover, #nav li.shover {
position:static;
}
And the FallBack Doctype skin is set to XHTML 1.0 Transitional, as that fixes some bugs on IE7 and IE8.
At first I thought maybe it was me changing the code too much, but I just tested with the original suckerfish and the same happens. So it is an official bug.

Please some help?

PrettyWolfie