Custom Navigation Menu

Is it possible to create a Navigation Menu similar to the one on this site?

Having lines on the right, once clicked, expands and displays the pages with animation?

Thank you,
-Jeff

Hi,
Create a menu button(could be image too), when clicked, use expend() / collapse() to show a container box which contains buttons, each button should link to the relevant page, use mouseIn/Out events to add animation to the buttons.

Let me know if you need further help,
Or