
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=Catering Services;url=http://www.dineoncampus.com/easternct/;target=_blank;");
aI("text=Facilities;url=http://www.easternct.edu/facilities/;");
aI("text=Faculty &amp; Staff Web Pages;url=http://www.easternct.edu/facultywebsite.html;target=_blank;");
aI("text=Finance Administration;url=http://www.easternct.edu/financeadministration/;");
aI("text=Employment;showmenu=jobs;");
aI("text=Employee Organizations;url=http://www.easternct.edu/employee_organizations/;showmenu=unions");
aI("text=Library;url=http://www.easternct.edu/smithlibrary/;");
aI("text=University Senate;url=http://www.easternct.edu/senate/;");

}





with(milonic=new menuname("webpages")){
style=LeftMenueSubStyle;
overflow="scroll";
//aI("text=Faculty Staff;url=http://www.easternct.edu/facultywebsite.html;target=_blank;");
//aI("text=Students;url=http://www.easternct.edu/stu_web_dir/;target=_blank;");
}

with(milonic=new menuname("jobs")){
style=LeftMenueSubStyle;
overflow="scroll";
aI("text=Office of Human Resources;url=http://www.easternct.edu/humanresources/;");
aI("text=Student Employment;url=https://www.ecsujobs.org/;");
}


with(milonic=new menuname("unions")){
style=TopSubStyle;
overflow="scroll";
opendelay=750;
aI("text=AAUP;url=http://www.easternct.edu/aaup/;target=_blank;");
aI("text=Admin/Clerical;url=http://www.afscmelocal355.org/;target=_blank;");
aI("text=SUOAF;url=http://www.easternct.edu/suoaf/;target=_blank;");
aI("text=Maintenance/Service;url=http://www.ceui.org;target=_blank;");
}
drawMenus();

