fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=50;
_menuOpenDelay=20;
_subOffsetTop=2;
_subOffsetLeft=-2;



with(Main=new mm_style()){
bordercolor="#888888";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="18";
fontweight="normal";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
//menubgimage="/site_images/LeftColBG.gif";
//offbgcolor="#798cad";
offcolor="#000000";
//onbgcolor="#798cad";
oncolor="#404d6e";
//outfilter="Fade(duration=0.1)";
//overfilter="Fade(duration=0.1);Alpha(opacity=100)";
padding=5;
pagebgcolor="#b1b1b1";
pagecolor="black";
separatorcolor="#888888";
separatorsize=1;
subimage="http://www.iusd.org/site_images/arrow.gif";
subimagepadding=2;
}

with(Sub=new mm_style()){
bordercolor="#888888";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="14";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#c5c5c5";
offcolor="#000000";
onbgcolor="#d8d8d8";
oncolor="#000000";
outfilter="Fade(duration=0.1)";
overfilter="Fade(duration=0.1);Alpha(opacity=100)";
padding=5;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#888888";
separatorsize=1;
subimage="http://www.iusd.org/site_images/arrow.gif";
subimagepadding=2;
}


with(milonic=new menuname("Main Menu")){
//screenposition="center";
//offset=-300;
//style=menuStyle;
//top=10;
menuwidth=190;
alwaysvisible=1;
style=Main;
position="relative";
aI("text=Home;url=index.html;");
aI("text=Calendars;url=calendars.html;");
aI("text=Executive Board;url=executiveboard.html;");
aI("text=Association Reps;url=associationreps.html;");
aI("text=Committees;url=committees.html;");
aI("text=Forms;url=forms.html;");
aI("text=Contract;url=contract.html;");
aI("text=Links;url=links.html;");
aI("text=Contact Us;url=contact-us.html;");
//aI("showmenu=Teachers;text=Teachers;");
//aI("showmenu=The Board;text=The Board;");
//aI("showmenu=Reps;text=Reps;");
//aI("showmenu=Scholarships;text=Scholarships;");
}
	
	with(milonic=new menuname("The Board")){
	overflow="scroll";
	style=Sub;
	aI("text=Members;url=#;");
	aI("text=Calendar;url=#;");
	}
	
	with(milonic=new menuname("Reps")){
	overflow="scroll";
	style=Sub;
	aI("text=Members;url=#;");
	aI("text=Calendar;url=#;");
	aI("text=Minutes;url=#;");
	}
	
	with(milonic=new menuname("Teachers")){
	overflow="scroll";
	style=Sub;
	aI("text=Benefits;url=#;");
	aI("text=Contract Sharing;url=#;");
	aI("text=Teacher of the Year;url=#;");
	}
	
	with(milonic=new menuname("Scholarships")){
	overflow="scroll";
	style=Sub;
	aI("text=Teachers;url=#;");
	aI("text=Students;url=#;");
	}


	
	




//drawMenus();


