I'm fairly certain it's not the menu script that's causing the gap. Even if I completely hide/collapse the drop down DIVs by adding the line in red to your CSS:
Code:
.anylinkmenu{
position: absolute;
left: ;
top: -5;
visibility: hidden;
display: none;
border: 3px solid #E4E4E4;
border-bottom-width: 1;
font: normal 11px Arial;
line-height: 18px;
z-index: 550; /* zIndex should be greater than that of shadow's below */
background: #dddddd;
width: 260px; /* default width for menu */
}
The gap remains. I can't quite tell what's causing the gap, but try systematically disabling the other scripts/ CSS on your page to narrow it down.
Bookmarks