Ok I tried a few things but it just wasn't giving me what I wanted.
I've created a menu based on the tutuorial here: http://www.webdesignerwall.com/tutorials/advanced-css-menu/
and have all the info entered in the stylesheet.css
What I'm not understanding though, is what file to put this code in, and where in the file to put it?:
<ul id="menu">
<li><a href="#" class="home">Home <span></span></a></li>
<li><a href="#" class="about">About <span></span></a></li>
<li><a href="#" class="contact">contact <span></span></a></li>
</ul>
Also when I enter all my menu info in the stylesheet.css
(i.e. #menu, #menu span, etc) do I put it just under this part
in the code if I want my menu to show just under the
logo wrapper?:
#logoWrapper {
background-color:#1F0D00;
background-image:url(../images/ngheader_bg.gif);
border: none;
height:400px;
}