Css Menu = <UL><LI> List stucture + Css style
At a structural level, site navigation is simply a list of links to other areas of the site. Therefore, the best method for marking up site navigation is (arguably) to use a list element. the Css style has magic power to turn nested lists into a working menu and does not use any JavaScript.