$(document).ready(function(){
	$(".sf-menu").superfish({
		animationOpen:   {width:'show',height:'show'},
		animationClose:  {width:'hide',height:'hide'},
		speed:           'fast',
		delay:            200,
		dropShadows:      false,
		autoArrows:       false
	});
});
