
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=Staff;url=staff.html;");
aI("text=Make An Appointment;url=schedule.html;");
aI("text=Services;url=services.html;");
aI("text=Meet The Tutors;url=tutors.html;");
aI("text=Contact Us;url=contact.html");
aI("text=Writing Center Home;url=index.html;");
}

with(milonic=new menuname("TUTOR")){
style=LeftMenueSubStyle;
overflow="scroll";

aI("text=Tutor Schedule;url=schedule.html;");
aI("text=Tutor Photo Gallery;url=photo.html;");
}
drawMenus();


