var oMenu1 = new Menu();

	var oMenu1A = oMenu1.CreateMenu();
	oMenu1A.displayHtml = "Home";

			var oMenu1A_a = oMenu1.CreateLink();
			oMenu1A_a.displayHtml = "E-Center Home";
			oMenu1A_a.href = "http://www.business.uc.edu/ecenter";
		oMenu1A.AddItem(oMenu1A_a);
		
			var oMenu1A_b = oMenu1.CreateLink();
			oMenu1A_b.displayHtml = "Spirit Home";
			oMenu1A_b.href = "http://www.business.uc.edu/ceer/soe";
		oMenu1A.AddItem(oMenu1A_b);
	
		oMenu1A.SetOrientation("v");
oMenu1.AddItem(oMenu1A);

	var oMenu1B = oMenu1.CreateMenu();
	oMenu1B.displayHtml = "About Spirit";

			var oMenu1B_a = oMenu1.CreateLink();
			oMenu1B_a.displayHtml = "Overview";
			oMenu1B_a.href = "http://www.business.uc.edu/ceer/soe";
		oMenu1B.AddItem(oMenu1B_a);
		
			var oMenu1B_b = oMenu1.CreateLink();
			oMenu1B_b.displayHtml = "Rules";
			oMenu1B_b.href = "http://www.business.uc.edu/ceer/soe";
		oMenu1B.AddItem(oMenu1B_b);
		
		oMenu1B.SetOrientation("v");
oMenu1.AddItem(oMenu1B);

	var oMenu1C = oMenu1.CreateLink();
	oMenu1C.displayHtml = "Schedule of Events";
	oMenu1C.href = "http://www.business.uc.edu/ceer/soe";
oMenu1.AddItem(oMenu1C);

	var oMenu1D = oMenu1.CreateLink();
	oMenu1D.displayHtml = "Awards";
	oMenu1D.href = "http://www.business.uc.edu/ceer/soe";
oMenu1.AddItem(oMenu1D);

	var oMenu1E = oMenu1.CreateMenu();
	oMenu1E.displayHtml = "Important Forms";

			var oMenu1E_a = oMenu1.CreateLink();
			oMenu1E_a.displayHtml = "Intent to Compete";
			oMenu1E_a.href = "http://www.business.uc.edu/ceer/soe";
		oMenu1E.AddItem(oMenu1E_a);
		
			var oMenu1E_b = oMenu1.CreateLink();
			oMenu1E_b.displayHtml = "Submittal Form";
			oMenu1E_b.href = "http://www.business.uc.edu/ceer/soe";
		oMenu1E.AddItem(oMenu1E_b);

		oMenu1E.SetOrientation("v");
oMenu1.AddItem(oMenu1E);

	var oMenu1F = oMenu1.CreateLink();
	oMenu1F.displayHtml = "Accomodations & Directions";
	oMenu1F.href = "http://www.business.uc.edu/ceer/soe";
oMenu1.AddItem(oMenu1F);

var sNormalStyle = "font-family: 'Arial'; font-size: '10pt'; font-weight: bold; background-image: url('Images/webflyout.gif'); color: white; cursor: hand;";
var sHoverStyle = "font-family: 'Arial'; font-size: '10pt'; font-weight: bold; background-color: #E00122; color: white; cursor: hand;";
var sHighlightStyle = "font-family: 'Arial'; font-size: '10pt'; font-weight: bold; background-color: #E00122; color: black; cursor: default;";

oMenu1.SetDynamicStyles(sNormalStyle, sHoverStyle, sHighlightStyle);
oMenu1.SetMenuStyle("font-size: '10pt'; padding: 3px;");
oMenu1.SetOrientation("v");
oMenu1.SetSubMenuImage("flyout_arrow.gif", 4, 7);
oMenu1.SetSize(150, 20);