_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;

with(menuStyle=new mm_style()){
styleid=1;
bordercolor="#ff9900";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="7pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
image="orangedots.gif";
imagepadding=6;
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="#ff9900";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
overimage="whitedots.gif";
padding=6;
pagebgcolor="#dddddd";
pagecolor="black";
separatorcolor="#ffffff";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=2;
}

with(submenuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ff9900";
offcolor="#ffffff";
onbgcolor="#ffffff";
oncolor="#000000";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=4;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#758CC9";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=10;
top=10;
orientation="horizontal";
position="relative";
style=menuStyle;
itemheight=5;
	aI("status=Back To Home Page;text=Home;url=index.html;");
	aI("status=Current Students;text=Current Students;url=current-students.shtml;");
	aI("status=Prospective Students;text=Prospective Students;url=prospective-students.shtml;");
	aI("status=Faculty & Staff;text=Faculty & Staff;url=faculty.shtml;");
	aI("status=VOLScholar;text=VOLScholar;url=vol-scholars.shtml;");
	aI("status=Academic Services;text=Academic Services;url=academics.shtml;");
	aI("status=Champs;text=Champs Life Skills;url=champs.shtml;");
	aI("status=Administration;text=Administration;url=administration.shtml;");
	aI("status=More;text=More;url=other.shtml;");
}

drawMenus();