If I understood correctly, you've got 2 Event structures. If so you have to be very careful if they are placed in a loop.
I suggest you use only one Event Structure. See in labView help (Event structures) for more info on things to take care of when using event structures.
On menu items, you're doing the right thing when handling the event -> MenuSelection (User), the Tags enable you to process the events in a case Structure.
A single event is generated when selecting a menu item.
Hope this helps !
Julien