fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;

with(menuStyle=new mm_style()){	
bordercolor="#999999";
borderstyle="none";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="12pt";
fontweight="bold";
decoration="none";
headerbgcolor="#4B5A7F";
headercolor="#742724";
offbgcolor="none";
offcolor="#CCD9F8";
onbgcolor="none";
oncolor="#CCD9F8";
ondecoration="underline";
padding=10;
pagebgcolor="none";
pagecolor="#CCD9F8";
pageclass="bold";
separatorcolor="#999999";
separatorsize=0;
subimage="";
subimagepadding=2;
}

with(menuSubStyle=new mm_style()){
	
bordercolor="#999999";
borderstyle="none";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="9pt";
headerbgcolor="#4B5A7F";
headercolor="#742724";
offbgcolor="none";
offcolor="#CCD9F8";
onbgcolor="none";
oncolor="#CCD9F8";
ondecoration="underline";
padding=10;
pagebgcolor="none";
pagecolor="#CCD9F8";
pageclass="bold_underline";
separatorcolor="#999999";
separatorsize=0;
subimage="";
subimagepadding=2;
}

with(milonic=new menuname("educationHeader")){
alwaysvisible=1;
left=15;
orientation="vertical";
style=menuStyle;
top=15;
aI("text=Education;url=../education/;");
}

with(milonic=new menuname("educationSubNav")){
alwaysvisible=1;
left=30;
orientation="vertical";
style=menuSubStyle;
top=55;
aI("text=K-12 Education;url=education.htm;");
aI("text=Vocational & Higher Education;url=higher_education.htm;");
aI("text=Resources for Parents;url=resource.htm;");
}

drawMenus();