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=0;
_subOffsetLeft=0;




with(menuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#004994";
offcolor="#fff";
onbgcolor="#fff";
oncolor="#004994";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=0)";
padding=3;
pagebgcolor="#B58A52";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=50;
orientation="horizontal";
style=menuStyle;
top=25;
aI("status=Back To Home Page;text=HOME;url=http://www.inuvialuit.com/;");
aI("text=INUVIALUIT DEVELOPMENT CORPORATION;url=http://www.idc.inuvialuit.com;");
aI("text=INUVIALUIT REGIONAL CORPORATION;url=http://www.irc.inuvialuit.com;");
}

drawMenus();

