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=10;
_subOffsetLeft=-10;

with(menuStyle=new mm_style()){
oncolor="#666666"; 
onbgcolor="#cccccc";
offbgcolor="#ffffff";
offcolor="#666666"; 
separatorcolor="#cccccc";
separatorsize="1";
//padding=15
padding="0 0 0 8px"; 
pagecolor="#999999";
pagebgcolor="#cccccc";
headercolor="#000000";
headerbgcolor="#eeeeee";
itemheight=20;
itemwidth=122;
headercolor="#ffffff";
fontstyle="normal";
fontsize="11";
fontfamily="Arial";

}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
alwaysvisible=1;
//left=30;
orientation="vertical";
style=menuStyle;
//top=10;
position="relative";
aI("text=Moodle;status=Jump to Moodle;url=http://learn.bcnz.ac.nz/;");
aI("text=BCNZ;status=Jump to the BCNZ website;url=http://www.bcnz.ac.nz/;");
aI("text=Library;status=Jump to the BCNZ library website;url=http://Library.bcnz.ac.nz/;");
}
drawMenus();


