The syntax for my menu goes, like from line 25 to line 33:
<ul class="navlist">
<li><a href="http://www.WebSiteTechnician.com/index.html" title="Home">Home Page</a></li>
<li><a href="http://www.WebSiteTechnician.com/contact.html" title="Contact Us">Contact Us</a></li>
</ul><br />
<h3>Get a Web Host</h3>
<ul class="navlist">
<li><a href="http://www.WebSiteTechnician.com/signup.html" title="Web Host">Web Host</a></li>
</ul><br />
This is supported by the menu setup on the Cascading Style Sheet, like Sample Two.
Below that is a
<li>
Tag followed by a link to a page, in this case my home page. and then with the closing tags.View Source, either from the View Menu or by right-Clicking on the page and choosing View Source. Now copy everything in the leftcol division and paste into HTML_Kit into the leftcol division. Now just swap out the addresses and names to links you need and you have a menu.

That gives you a nice looking menu, but there are several more, here at Listamatic. They include the HTML and the CSS coding. CSS Menus at Listamatic
If you like my site please vote for it by clicking the Digg button. It only takes a minute and it is important to us.
Thanks, Steve