$(function(){
	
	
	//Hauptmenü:
	$('ul.sf-menu').supersubs({
            minWidth:    12,
            maxWidth:    50, 
            extraWidth:  1 
        }).superfish({
			autoArrows: false, 
			dropShadows: false, 
			speed: 'fast', 
			animation: {opacity:'show',height:'show'}, 
			delay: 400
		});  

	
});
