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()){
borderwidth=0;
fontfamily="Verdana, Arial, Helvetica, sans-serif";
fontsize="11px";
fontstyle="normal";
fontweight="normal";
offbgcolor="transparent";
offcolor="#65696e";
bgimage="";
overbgimage="";
onbgcolor="#cccccc";
oncolor="#65696e";
outfilter="Fade(duration=0.2)";
overfilter="Fade(duration=0.2)";
padding=0;
pagebgcolor="#999999"; /*indicates what page you're on*/
pagecolor="#ffffff";
separatorcolor="#cccccc";
separatorsize=1;
itemwidth=200;  /*width of each item on the menu */
itemheight=25;
align="left";
}

with(milonic=new menuname("Investors Menu")){
alwaysvisible=1;
position="relative";
left="13";
orientation="vertical";
style=menuStyle;
aI("text=&nbsp;&nbsp;&bull;&nbsp;Press Room;url=/invest/press.php;");
aI("text=&nbsp;&nbsp;&bull;&nbsp;Annual &amp; Quarterly Reports;url=/invest/annual.html;");
aI("text=&nbsp;&nbsp;&bull;&nbsp;Management;url=/invest/management.php;");
aI("text=&nbsp;&nbsp;&bull;&nbsp;Corporate Governance;url=/invest/board.html;");
aI("text=&nbsp;&nbsp;&bull;&nbsp;Contact the Board;url=/invest/contact.html;");
}

drawMenus();


