jQuery(function(){
	hs.align='center';
	hs.dimmingOpacity = 0.9;
	hs.wrapperClassName = 'borderless floating-caption';
	hs.registerOverlay({
		overlayId: 'closebutton',
		position: 'top right',
		fade: 2
	});
	jQuery('ul#submenu li').mouseenter(function(){
		jQuery(this).children('ul').css('display','block');
	}).mouseleave(function(){
		jQuery(this).children('ul').css('display','none');
	});
});
