It appears that the drop-down menu is simply a <div> that is initially hidden and animated into place using CSS3.
Pretty easy to do. I have a button in the same position that displays a menu similarly. In my case, the menu fades in and out, but any CSS3 transform could be used.