See the written Tutorial on Styling a Horizontal Navigation Menu
The following Expression Web Tutorials will teach you the basics of making Navigation menus. Use these basics along with your creativity and make some astonishing Nav bars and menus. The foundation of a Navigation Menu, be it horizontal or vertical, is the Unordered List.
.Once the <ul> is in place, and you insert the text (anchors) for your links, we will use CSS to style the list and hyperlinks.
Vertical
Navigation Video
A vertical navigation menu is also made from an unordered list. The only difference in this tutorial is that we do not use the one css style that causes the list to fly up horizontally, like the video above. (float property not needed)
Horizontal Navigation Menu Part 1
Horizontal Navigation Menu Part 2