you need to keep one thing in your mind when put events up... all events will be handles in order.
If you have your mouse over 01Top, it will change your mouse cursor, but as well, you are not over 03Kra..., because of that, your mouse cursor is set back to Normal
EDIT: Possible Solution
Always put up an event that sets your mouse curser to normal (no matter if you are over an item or not). For each item, put up an "over" Event that sets the cursor to "Hand".
This should solve your problem