set the overflow to visible and put a height of about 49px in here
Code:
#nav {
background: url(images/nav-green.png);
clear:both;
color: #fff;
margin: 0 auto;
overflow: hidden;
text-transform: uppercase;
width: 960px;
position: relative;
top: -15px;
z-index:5;
}