Attach /levels problem

i’m trying to set up a dynamic menu where you hit a main menu button and it attaches a submenu for that section: i’m using attachMovie to attach ‘mainMenuOO’, which in turn attaches ‘mainMenuMC’ for each menu item.

when you click on a mainMenuMC, it’s attaching ‘subMenuOO’, which in turn attaches ‘subMenuMC’ for each menu item.

everything works, but the weirdness sets in when i attach the ‘subMenuOO’ clip–the xpos of the submenuMCs is being incremented somehow, and each submenu is moving to a place on the screen that equals where the previous subMenuMC ends.
(to see it in action, dl the .zip file below…)

i know that i’m loading MCs inside of MCs, and that my problem lies in there, but i’m stuck as to how to make it work right…any ideas, suggestions, or alternate methods are greatly appreciated!:goatee:
-mojo