Sub menu on advanced rollover

I have developed rollover menu from one of the tutorials on this site - “advanced rollovers”. I am having difficulty activating the submenu part on the “our approach” button as this button has got rollover functions itself… can anyone help?

Thanks v much.

Now this is something i want to know to… how do I get this done?

I may be wrong, but… how about placing transparent buttons behing each item of the sub menu, and make the tradicional:

on (release) {
     _root.nameofthemovieclipwhereyouwanttoloadthecontents.loadMovie("nameoftheswf.swf");
     }

:ponder: