The autodrop Property

By default, the popup menu is opened when user clicks on it. You might change this to automatically popup menu when the mouse moves over it. This is done by setting the autodrop property to true.

<menubar autodrop="true">
    ...    
</menubar>