_menuCloseDelay=500;
_menuOpenDelay=150;
//_subOffsetTop=2;
//_subOffsetLeft=-2;
_subOffsetTop=0;
_subOffsetLeft=0;
projectid=1;



with(menuStyle=new mm_style()){
//	bordercolor="#017ac3";
//	borderstyle="solid";
//	borderwidth=1;
	fontfamily="Arial";
	fontsize="12px";
	fontstyle="normal";
	fontweight="bold";
//	headerbgcolor="#017ac3";
//	headercolor="#FFFFFF";
	offbgcolor="#017ac3";
	offcolor="#FFFFFF";
	onbgcolor="#FFFFFF";
	oncolor="#017ac3";
	outfilter="randomdissolve(duration=0.3)";
//	overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
	overfilter="Fade(duration=0.2);Alpha(opacity=90)";
	padding=4;
//	pagebgcolor="#82B6D7";
//	pagecolor="black";
	separatorcolor="#e89f1f";
	separatorsize=1;
//	subimage="/images/arrow.gif";
	subimagepadding=2;
}

with(milonic=new menuname("Top Menu")){
	alwaysvisible=1;
	left=200;
	orientation="horizontal";
	position="absolute";
	style=menuStyle;
	top=85;
	if (navigator.appName == "Microsoft Internet Explorer")
		top=top + 5
	itemwidth=125;
	itemheight=24
	aI("showmenu=Resources;text=Resources");
	aI("showmenu=Students;text=Students;")
	aI("showmenu=Faculty & Staff;text=Faculty & Staff;");
	aI("showmenu=Business & Industry;text=Business & Industry;");
}

with(milonic=new menuname("Resources")){
	itemheight=24;
	overflow="scroll";
	style=menuStyle;
//	aI("text=System Calendar;url=/systemCalendar.htm;")
	aI("text=NCLIVE;url=http://www.nclive.org;")
	aI("text=NC LITN Access;url=http://webster.gtcc.cc.nc.us/library/nc-litn/;")
	aI("text=CCLINC Catalog;url=http://www.cclinc.ncccs.cc.nc.us/;")
	aI("text=NCLOR;url=http://www.explorethelor.org/;")
//	aI("text=Organizations;url=/organizations.htm;")
}

with(milonic=new menuname("Students")){
	itemheight=24;
	overflow="scroll";
	style=menuStyle;
	aI("text=Student Support Services;url=http://www.nccommunitycolleges.edu/studentSupportServices.htm;")
	aI("text=Instructional Programs;url=http://www.nccommunitycolleges.edu/instructionalPrograms.htm;")
//	aI("text=Campus Life;url=/campusLife.htm;")
//	aI("text=FAQ;url=/studentFAQ.htm;")
}

with(milonic=new menuname("Faculty & Staff")){
	itemheight=24;
	overflow="scroll";
	style=menuStyle;
	aI("text=Staff Support Services;url=http://www.nccommunitycolleges.edu/staffSupportServices.htm;")
	aI("text=Instructional Programs;url=http://www.nccommunitycolleges.edu/instructionalPrograms.htm;")
	aI("text=Administrative Resources;url=http://www.nccommunitycolleges.edu/adminResources.htm;")
//	aI("text=FAQ;url=/staffFAQ.htm;")
}

with(milonic=new menuname("Business & Industry")){
	itemheight=24;
	overflow="scroll";
	style=menuStyle;
	aI("text=Business Support Services;url=http://www.nccommunitycolleges.edu/businessSupportServices.htm;")
	aI("text=Education & Training Programs;url=http://www.nccommunitycolleges.edu/businessEducationAndTraining.htm;")
//	aI("text=Contractor/Vendor Information;url=/contractorAndVendor.htm;")
//	aI("text=FAQ;url=/businessFAQ.htm;")
}

drawMenus();