I think you need to change the height of .wpn_header at line 38 of style.css. Try 260px instead of 280px.
.wpn_header {
height:280px;
margin:auto;
position:relative;
text-align:center;
width:950px;
z-index:auto;
}
That’s what I thought too, but when I tried it, it moved the menu bar up overlapping the banner.
You also need to take out ‘bottom:25px’ at line 67:
.wpn_menu {
background:url("img/menu_bg.gif") repeat scroll 0 0 transparent;
bottom:25px;
height:48px;
left:0;
list-style:none outside none;
position:absolute;
width:950px;
}
Thank you vtxyzzy! That did the trick.