
fixMozillaZIndex=true;
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;

with(LeftMenueStyle=new mm_style()){	

	onclass="LeftMenueTextOn";
	offclass="LeftMenueTextOff";
	padding=2;
	itemwidth=195;
	 itemheight=23;
}

with( LeftMenueSubStyle=new mm_style() ){	

	onclass  = "LeftSubMenueon";
	offclass = "LeftSubMenueOff";
	subimagepadding = 10;
	padding  = 3;
	bordercolor = "#ACABAB";
	borderstyle = "solid";
	borderwidth = 1;
	separatoralign="left";
	separatorcolor="#16183E";
	separatorwidth="100%";
}

with(milonic=new menuname("Main Menu")){
style=LeftMenueStyle;
alwaysvisible=1;
orientation="vertical";

aI("text=About Us;showmenu=ABOUT;");
//aI("text=Staff;url=staff.htm;");
aI("text=Service Programs;showmenu=SER;");
aI("text=Community Engagement Events;showmenu=COM;");
aI("text=Internships and Nonprofit Careers;url=career.htm;");
aI("text=Resources;showmenu=RES;");
//aI("text=Service-Learning Resources;url=service-learning.htm;");
//aI("text=Community Service;url=http://www.easternct.edu/communityservice/;");
//aI("text=Community Partnerships;showmenu=Part;");
//aI("text=Conferences;url=http://www.easternct.edu/communityengagement/documents/schedule.pdf;");
//aI("text=Career Corner;url=career.htm;");
//aI("text=Service Awards and Expo;url=awards.html;");
aI("text=Photo Gallery;url=photo-gallery.html;");
aI("text=Newsletter;url=spotlight.htm;");
aI("text=CCE Home;url=index.htm;");
}


with(milonic=new menuname("ABOUT")){
style=LeftMenueSubStyle;
overflow="scroll";

aI("text=Mission;url=mission.html");
aI("text=What We Do;url=what-we-do.html;");
aI("text=Staff;url=staff.htm;");
}

with(milonic=new menuname("SER")){
style=LeftMenueSubStyle;
overflow="scroll";

aI("text=Weekly Events;url=weekly-events.html");
aI("text=Special Programs;url=special-programs.html;");
aI("text=Alternative Breaks;url=alternative-breaks.html;");
}

with(milonic=new menuname("COM")){
style=LeftMenueSubStyle;
overflow="scroll";

aI("text=Local Events;url=local-events.html");
aI("text=Conferences;url=conferences.htm;");
//aI("text=Career Corner;url=career.htm;");
}

with(milonic=new menuname("RES")){
style=LeftMenueSubStyle;
overflow="scroll";

aI("text=Faculty;url=service-learning.htm;");
aI("text=Community Partners;url=community-partners.html;");
aI("text=Students;url=service-clubs.html;");
}



drawMenus();


