jQuery(document).ready(function(){
	jQuery('#nav').dropDownMenu({parentMO: 'parent-hover', childMO: 'child-hover1'});
});