

		/*******  Menu 0 Add-On Settings *******/
		var a = qmad.qm0 = new Object();

		// Hover Fill Item Effect Add On
		a.hoverfill_apply_to = "all";
		a.hoverfill_main_type = "none";
		a.hoverfill_sub_type = "grow";
		a.hoverfill_sub_direction = "up";
		a.hoverfill_sub_step_size = 2;

		// Rounded Corners Add On
		a.rcorner_size = 4;
		a.rcorner_border_color = "#3F3F3F";
		a.rcorner_bg_color = "#FFF";
		a.rcorner_top_line_auto_inset = true;

		// Rounded Items Add On
		a.ritem_size = 4;
		a.ritem_apply = "main";
		a.ritem_main_apply_corners = new Array(true,true,false,false);
		a.ritem_show_on_actives = true;


