
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=Semester Programs;url=programs.html");
aI("text=New Service Opportunities;url=new-service.html");
aI("text=Request Volunteers;url=volunteers.html");
aI("text=Annual Events;url=events.html");
aI("text=Service Clubs;url=service-clubs.html");
aI("text=Internships;url=internships.html");
aI("text=Career Opportunities;url=career.html");
aI("text=About Us;url=about.html");
aI("text=Community Service Home;url=index.html;");
}

with(milonic=new menuname("opportunities")){
style=LeftMenueSubStyle;
overflow="scroll";

aI("text=On-Going Opportunities;url=http://nutmeg.easternct.edu/communityservice/Ongoingopportunities.htm");
aI("text=Volunteer Requests;url=http://nutmeg.easternct.edu/communityservice/VolunteerRequests.htm");
aI("text=One-Time Opportunities;url=http://nutmeg.easternct.edu/communityservice/opportunities.htm");
}

drawMenus();

