A.E.Veltstra
02/01/2004
The horizontal menu bar consists of two rows. The top row is the main menu bar, which is normally visible. The bottom row is the sub menu bar. The contents of this bar appears to change whenever another menu item is chosen or hovered in the main menu bar.
The main menu and the sub menus are simple unordered list elements. The menu items are list item elements. Thus, a style-less browser would still show the menu items, but it would render them as a list.
A javascriptless browser will not show the sub menus, however, the main menu items contain navigable hyperlinks.
The menu bar will not wrap to the window width. This proved too difficult.