This is an alternative version incorporating h2. The menu bar has also been made thinner.
I have only styled one page with this style, so clicking on the other 5 links will take you back to the first green navbar.
Next development from here is a button tabbed menu using a definition list.
<!-- START of menu -->
<div
id="wrap1">
<div id="wrap2">
<a
href="tabmenu1.html">HOME</a>
<a
href="tabmenu2.html">THE CSS</a>
<a
href="tabmenu3.html">IMAGES</a>
<a
class="current" href="tabmenu4.html">PAGE 4</a>
<a href="tabmenu5.html">PAGE 5</a>
<a id="bordrt" href="tabmenu6.html">PAGE 6</a>
</div>
</div>
<h2>Summary
of Page Contents Here, e. g. Code, Images, Stylesheet.</h2>
<!--
END of menu -->
<div class="clearl"></div>
The stylesheet.