This page demonstrates how to create a drop-down menu, using hidden div blocks that appear when the mouse moves over the menu title.
The right and left menus show two different ways of creating the drop-down menu items, one using a table and the other using the <hr /> tag. Notice that with the table, you can click anywhere in the cell and get a result. It would be nice to combine this with a rollover on each menu item.