jQuery(document).ready(function(){
	var css = ['child-hover1']
	jQuery('#nav').dropDownMenu({parentMO: 'parent-hover', levels: css});
});