Ah, thanks so much! That worked!!
And then ((in case anyone else has the same problem)), I just added some padding on the left-hand side of the menu navigation to get it centered:
#nav {
width: 100%;
height: 70px;
background: white;
border-top: solid 0 #e7e7e7;
border-bottom: 0;
padding-left: 163px;
}