
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=Past Lecturers;url=past_lectureres.htm;");
aI("text=Event Calendar;url=http://calendar.easternct.edu/default.aspx?type=&view=Summary&category=4-0&range=currentyear;");
aI("text=Back to Events and Culture;url=http://www.easternct.edu/events_culture.htm");
aI("text=Maps and Directions;url=http://www.easternct.edu/ecsu/map/index.html");
aI("text=Arts & Lecture Home;url=index.htm");
}

drawMenus();


