Oops I found it, simple once you know how. In layout.html do the following
Change
jQuery('ul.sf-menu').superfish();});
To
jQuery('ul.sf-menu').superfish({pathClass:
'web2py-menu-active'});});
This will allow suckerfish to use the class added to the active menu item by
the web2py MENU class as a way to highlight the active path. I hope this
isn't obvious, looked in the archives of the group and the manual.
Ron

