
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=Programs;showmenu=progs;");
aI("text=Event Calendar;url=event_calendar.html");
aI("text=Lending Library;url=lending_library.htm");
aI("text=Links;url=links.htm");
aI("text=Staff;url=staff.htm");
aI("text=Contact Us;url=contact.htm");
aI("text=Student Affairs Home;url=http://nutmeg.easternct.edu/studentaffairs/;");
aI("text=Women's Center Home;url=index.htm;");
}

with(milonic=new menuname("progs")){
style=LeftMenueSubStyle;
overflow="scroll";

aI("text=On-Going Programs;url=programs.htm");
aI("text=Special Programs;url=special_programs.htm");

}

drawMenus();

