﻿jQuery(document).ready(function() { 
	if(jQuery.browser.msie) {
		jQuery('#main-nav').superfish({ 
			delay:       500,                            // one second delay on mouseout 
			animation:   {opacity:'show'},  // fade-in and slide-down animation 
			speed:       0,                          // faster animation speed 
			autoArrows:	false,
			dropShadows:  false
		}); 
	}
	else {
		jQuery('#main-nav').superfish({ 
			delay:       500,                            // one second delay on mouseout 
			animation:   {opacity:'show'},  // fade-in and slide-down animation 
			speed:       'fast',                          // faster animation speed 
			autoArrows:	false,
			dropShadows:  false
		});
	}
}); 

(function($) {
	$(document).ready(function() {
		// Place document manipulation code here
		$('.level2 li:last-child').addClass('last-list');
		$('.level2 li:first-child').addClass('first-list');
		$('#subnav li:last-child').addClass('last-subnav-list');
		
		
	}); 
})(jQuery);

$(document).ready(function() {
	$("#flash-controls").css("display","block");
});
