// Secondary Navigation
jQuery(document).ready(function($) {
        $('#secondary-nav ul').superfish({ 
            delay: 100,
            animation: {opacity:'show'},
            speed: 'fast',
            autoArrows: false,
            dropShadows: false
        }); 
});
    
jQuery(document).ready(function($) {
        $('#primary-nav ul').superfish({ 
            delay: 200,
            animation: {opacity:'show', height:'show'},
            speed: 'fast',
            autoArrows: false,
            dropShadows: false
        }); 
});

jQuery(document).ready(function($) {
  		$("#tabs").tabs({ fx: { height: 'toggle', opacity: 'toggle' } });
});
