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;


// top menu styles

with(menuStyle=new mm_style()){
fontfamily="Helvetica, Arial, Verdana,";
fontsize="11px";
fontstyle="normal";
oncolor="#002f5b";
offcolor="#4d4d4f";
offbgcolor="#c6cacd";
fontweight="bold";
padding=0;
pagefont="Arial";
separatorsize=2;
separatorcolor="#002f5b"; 
ITEMWIDTH="179px";
}

//submenu styles

with(submenuStyle=new mm_style()){
fontfamily="Helvetica, Arial, Verdana,";
fontsize="11px";
fontstyle="normal";
fontweight="bold";
oncolor="#fff";
offcolor="#4d4d4f";
padding=3;
pagecolor="#c6cacd";
pagefont="Arial";
headercolor="#a02008";
offbgcolor="#c6cacd";
onbgcolor="#0053a0";
separatorcolor="#fdb900";
separatorsize=0;
textalign="left";
bordercolor="#838587";
borderstyle="solid";
borderwidth=1;
ITEMWIDTH="179px";
}


with(milonic=new menuname("Main Menu")){
position="relative";
alwaysvisible=1;
style=menuStyle;
aI("text=<span style='padding-left:16px'>About</span>;url=/files/about/about.html;itemwidth=178px;itemheight=22px;")
aI("url=/cgi-bin/DJgallery.cgi?TEMPLATE=about_principals.html&IMAGENO=00195&ZONE=PRINCIPA;text=<span style='padding-left:16px'>Principals</span>;itemwidth=178px;itemheight=22px;");
aI("url=/cgi-bin/DJcalendar.cgi?T=about_news.html&SHOWPAST=Y&SORT=REV;text=<span style='padding-left:16px'>News</span>;itemwidth=178px;itemheight=22px;");

aI("url=/cgi-bin/DJlinks.cgi?T=about_awards.html;text=<span style='padding-left:16px'>Awards</span>;itemwidth=178px;itemheight=22px;");
aI("url=/cgi-bin/DJgallery.cgi?T=contact.html&ZONE=CONTACT;text=<span style='padding-left:16px'>Locations</span>;itemwidth=178px;itemheight=22px;");
}

drawMenus();


