jQuery(document).ready(function(){ 
	//LOADUP THE MENUS
	
		 jQuery(".sf-navbar").superfish({
		  pathClass:  'active',
		  speed: 200,
		  dropShadows: false
         });
		 jQuery(".sf-navbar ul").superfish({
			animation:   {'marginLeft':'-8px',opacity:'show',height:'show'},  // fade-in and slide-down animation 
			speed:       'fast',                          // faster animation speed 
			autoArrows:  true,                           // disable generation of arrow mark-up 
			onBeforeShow:      function(){ this.css('marginLeft','-8px'); },
			dropShadows: false, 		 // disable drop shadows 
delay: 600,
speed:200

         });
		 jQuery(".sf-navbar ul ul").superfish({
			animation:   {'marginLeft':'-15px',height:'show'},  // fade-in and slide-down animation 
			speed:       'fast',                          // faster animation speed 
			autoArrows:  true,                           // disable generation of arrow mark-up 
			onBeforeShow:      function(){ this.css('marginLeft','10px'); },
			dropShadows: false, 		 // disable drop shadows 
delay: 600,
speed:200

         });
		  jQuery(".sf-horizontal").superfish({
			animation:   {'marginLeft':'-8px',opacity:'show',height:'show'},  // fade-in and slide-down animation 
			speed:       'fast',                          // faster animation speed 
			onBeforeShow:      function(){ this.css('marginLeft','10px'); },

			autoArrows:  true,                           // disable generation of arrow mark-up 
			dropShadows: false, 		 // disable drop shadows 
delay: 0,
speed:200

         });
		  jQuery("ul.sf-horizontal ul").superfish({
			animation:   {'marginLeft':'-15px',opacity:'show',height:'show'},  // fade-in and slide-down animation 
			speed:       'fast',                          // faster animation speed 
			autoArrows:  true,                           // disable generation of arrow mark-up 
			onBeforeShow:      function(){ this.css('marginLeft','-40px'); },
			dropShadows: false,                            // disable drop shadows 
speed:200,
delay:0
         });
		 jQuery(".sf-vertical").superfish({
		animation:   {'marginLeft':'-15px',opacity:'show',height:'show'},  // fade-in and slide-down animation 
			speed:       'fast',                          // faster animation speed 
			autoArrows:  true,                           // disable generation of arrow mark-up 
			onBeforeShow:      function(){ this.css('marginLeft','-40px'); },
			dropShadows: false, 		 // disable drop shadows 
delay: 600,
speed:200
         });	
		 jQuery(".sf-vertical ul").superfish({
		animation:   {'marginLeft':'-15px',opacity:'show',height:'show'},  // fade-in and slide-down animation 
			speed:       'fast',                          // faster animation speed 
			autoArrows:  true,                           // disable generation of arrow mark-up 
			onBeforeShow:      function(){ this.css('marginLeft','-40px'); },
			dropShadows: false, 		 // disable drop shadows 
delay: 600,
speed:200
         });	
		jQuery("ul.sf-list").superfish({
		  animation:   {height:'show'},
		  dropShadows: false,
		  delay: 600
         });
		
		
			
		
			         
}); 
   
	
 

