jQuery(document).ready(function(){
    // Re-enables nav after 'flash' of full menu height
    jQuery("#nav").css({opacity: 1, height: 'auto'});
});