I have done some testing with the menu and it seems that I can get the gap to disappear if I set the following value:
menu.css line 79
ul#cssmw ul.level-1 {
left:0;
top:18px;
}
I changed the top setting from 100% to 18px. This seems to do the trick and does not effect the other browser. Please give this a try and let us know if it does not work of if there is any problems with it.


