jQuery.noConflict();
jQuery(document).ready(function() {
	 
	jQuery('ul#mainmenu').supersubs({ 
		minWidth:    12,   
		maxWidth:    35,   
		extraWidth:  5     
						   
	})
	jQuery('ul#mainmenu').superfish({
		animation   : {opacity:'show'},
		autoArrows  : true,               // if true, arrow mark-up generated automatically = cleaner source code at expense of initialisation performance 
		dropShadows : true,               // completely disable drop shadows by setting this to false 
		disableHI   : false
	});
 });
