how would i choose a specific item? I have a menu in place called menu1 and on menu1 i have File, Tools, Help

Under tools i have admin, reports

i am trying to collapse or hide admin based on the above example (but still display 'reports' and also the tool menu itself) - but its not showing up under intellisense, i've tried menu1.items.item(1), etc etc

how would i get to the collection of admin and reports in the tools menu item under menu1 via code?