jQuery.noConflict();
	jQuery(document).ready(function() {

		jQuery(".submenu").supersubs({ 
			minWidth:    10,   // minimum width of sub-menus in em units 
			maxWidth:    16,   // 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 
		});
		jQuery('.sf-menu').superfish({ 
			delay:       1200,
			animation:   {opacity:'show',height:'show'},  
			speed:       'fast',                          
			autoArrows:  false,                           
			dropShadows: true                            
		});

	});
	

