		if (mtDropDown.isSupported()) {
		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

		var menu8 = ms.addMenu(document.getElementById("menu8"));
		menu8.addItem("Manufacturing Products","#");
		menu8.addItem("Merchant Exporters","#"); 
		menu8.addItem("Merchant Importers","#"); 
	

	
		var subMenu1 = menu8.addMenu(menu8.items[0]);
		subMenu1.addItem("Leather Wet End Processing Chemicals","leather-wet-shemicals.html");
		subMenu1.addItem("Aricol TM Leather Dyes","aricol-leather-dyes.html");
		subMenu1.addItem("Textile Processing Chemicals","textile-processing-chemicals.html");
		subMenu1.addItem("Construction Chemicals","construction-chemicals.html");
		subMenu1.addItem("Leather Finishing Chemicals","enquiry.html?order=Leather+Finishing+Chemicals");

		var subMenu1 = menu8.addMenu(menu8.items[1]);
		subMenu1.addItem("Acid Dyes","acid-dyes.html");
		subMenu1.addItem("Reactive Dyes","reactive-dyes.html");
		subMenu1.addItem("Rubber Chemicals","rubber-chemicals.html");
		subMenu1.addItem("Houseware & Kitchen Ware","rubber-chemicals.html#houseware");


		var subMenu1 = menu8.addMenu(menu8.items[2]);
		subMenu1.addItem("Houseware & Kitchen Ware","rubber-chemicals.html#houseware");

		
	
	mtDropDown.renderAll();

	}


