jQuery.noConflict();
var clearQueue = true;
var gotoEnd= true; 
var queue = false;
jQuery(document).ready(function(){ 
    jQuery("ul.sf-menu").stop(clearQueue,gotoEnd,queue).supersubs({ 
        minWidth:    12,                                // minimum width of sub-menus in em units 
        maxWidth:    27,                                // maximum width of sub-menus in em units 
        extraWidth:  1                                  // extra width can ensure lines don't sometimes turn over 
                                                        // due to slight rounding differences and font-family 
    }).superfish({ 
		
        delay:       100,                               // delay on mouseout 
        animation:   {opacity:1.0,height:'show'},    // fade-in and slide-down animation 
        speed:       '1000',                            // animation speed 
		easing:      'easeOutCubic',
        autoArrows:  false,                             // disable generation of arrow mark-up 
        dropShadows: true 							// disable drop shadows 
		
    });  
		
		
  
	
	
});


