Simulating Simultaneous Mouse Events

I want to create a menu with submenu items. The menu appears when the user presses on the mouse and disappears when the user releases the mouse. As the mouse is being pressed, there are submenu items I want to be highlighted when the user mouses-over them. How can I achieve this effect? Flash seems to only allow one event to take place at a time. Has anyone circumvented this issue? Thanks.