	if (mtDropDown.isSupported()) {
		
		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);
		
		var menu3 = ms.addMenu(document.getElementById("products"));
		menu3.addItem("- Email Marketing", "email-marketing.htm"); 
		menu3.addItem("- SEM", "sem.htm");
		menu3.addItem("- SEO", "seo.htm"); 			
		menu3.addItem("- Web Consulting", "web-consulting.htm"); 
		menu3.addItem("- Web Design", "web-design.htm");				
		mtDropDown.renderAll();
	}
