You can manually add to the default offsets of the drop down relative to the anchor link, though if the gap becomes too wide, the menu most likely will disappear before the user's mouse gets to the drop down menu in time (from the anchor link). With that in mind, find the lines:
Code:
dropmenuobj.style.left=dropmenuobj.x-clearbrowseredge(obj, "rightedge")+5+"px"
dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj, "bottomedge")+obj.offsetHeight+5+"px"
The code in red is new, and adds 5 pixels both to the left and top offsets.
Bookmarks