> > MENU(...,li_class='my_class') > Note, the "li_class" is only applied to LI elements that include sub-menus (i.e., that need to be expanded). But you're right, it's still possible to use CSS selectors to identify other LI elements, so a special class for each LI shouldn't be necessary.
Anthony

