I see the problem, though after tinkering with the CSS for a while, I didn't find an elegant solution to the problem. What I did come up with is just to manually move the menu up a specific pixel value to close that gap. Inside your CSS, change the below:
Code:
#chromemenu{
width: 100%;
margin: 0;
padding: 0;
background: transparent;
position: relative;
top: -15px;
}
The code in red is new. You can change "15px" to a larger or smaller number accordingly.
BTW, please note that your page is currently in violation of our usage terms, since the credit notice doesn't appear inline on the page. Please reinstate the credit notice:
Bookmarks