function dom_init() {
	jQuery.noConflict();
	jQuery('ul.sf-menu').superfish({
		delay:		150,
		animation:	{opacity:'show',height:'show'},
		speed:		'fast',
		autoArrows:	true,
		dropShadows:true
	})
}
