Hi there,
Try editing /js/functions.js , search for:
megaMenu: function() {
jQuery('#main-navigation .menu').dcMegaMenu({
rowItems: '5',
speed: 200,
effect: 'fade',
fullWidth: true
});
Then you can change the speed variable to 0, that should be instant then.
Hope that helps!
– Ed