		if (mtDropDown.isSupported()) {
		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

		var menu4 = ms.addMenu(document.getElementById("menu4"));
		menu4.addItem("Direct Taxation","direct-taxation.html");
		menu4.addItem("Indirect Taxation","indirect-taxation.html"); 
		menu4.addItem("Corporate Law Consultancy","corporate-law-consultancy.html");
		menu4.addItem("Auditing Services","auditing-services.html");
		menu4.addItem("MIS Reporting & Book Keeping","mis-reporting.html");
		menu4.addItem("Business Process Outsourcing","business-outsourcing.html");
		menu4.addItem("Entry Strategies for <BR> Foreign Investor","strategies-for-foreign-investor.html");


	mtDropDown.renderAll();

	}





	