Products

I added the products text above so that you could tell you were really on the Products page.

You just add what ever text or images you want.

You can add another link on the bar above by adding another line into the Navigation block of code.

This is the code:
<div class="red">
<div id="slatenav">
<ul>
<li><a href="index.htm" title="css menus">Home</a></li>
<li><a href="products.htm" title="css menus" class="current">Products</a></li>
<li><a href="news.htm" title="css menus">News</a></li>
<li><a href="download.htm" title="css menus">Download</a></li>
<li><a href="about.htm" title="css menus">About Us</a></li>
</ul>
</div>
</div>

Just copy one of the lines above and replace the index.htm with the filename of the new page and replace Home with whatever you want to name the page. So the added line would look like:
<li><a href="newpage.htm" title="css menus">New Page</a></li>