Has anyone experienced the following anomaly?
I have a Menu control, populated by a SiteMap in a MasterPage
In a content page i have just a DropDownList in the top left corner of the page (no other controls yet as i notice this before adding more, so that is why the page is bare).
When an item is selected from the DropDownList (right now there are no events for the DropDownList, no autopostback, etc), the Menu section that is above the DropDownList is expanded and with the cursor still in place over the DropDownList the cursor is now hovering over the menu items that have expanded and thus the menu branch remains open (until i move the cursor of course).
I see this behavior in Chrome only, not in IE. I have no other browsers installed.

Go to the complete details ...