How to create a float dropdown list in perspective

I want to use perspective to make below effect:

When the mouse is hover on a label (or button) component, it will display a dropdown list for this label (or button), when the mouse leaves this label(or button), the dropdown list will hide automatically. This is a common UI style in web development.

example as below:

Any one can share idea for how to make it in perspective?