$(document).ready(function()
{
	//$("dd:not(:first)").hide();
	$('#multi-ddm').dropDownMenu({parentMO: 'parent-hover', childMO: 'child-hover1'});

/*	$("dd:not(.subpage-sidebar-vertical-slider-menu-level1-selected)").hide();

	$("dt a").click(function()
	{
		$("dd:visible").slideUp("slow");
		$(this).parent().next().slideDown("slow");
		return false;
	});
	*/
});
