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()){
styleid=1;
bgimage="pics/baseline_button_off.gif";
bordercolor="#cc6600";
borderstyle="solid";
fontfamily="Verdana, Tahoma, Arial";
fontsize="100%";
fontstyle="normal";
fontweight="bold";
image="pics/folder.gif";
itemheight=30;
itemwidth=139;
offcolor="#404040"; //textkleur normaal
oncolor="#cc6600"; //textkleur hover
pagecolor="#cc6600"; //textkleur actieve pagina
pagebgimage="pics/baseline_button_off.gif"; 
pageimage="pics/openfolder.gif";
overbgimage="pics/baseline_button_on.gif";
overimage="pics/openfolder.gif";
subimagepadding=0;
clickbgimage="pics/baseline_button_off.gif";
}


with(milonic=new menuname("Main Menu")){
position="relative";
menuwidth="1000";
alwaysvisible=1;
left=5;
orientation="horizontal";
style=menuStyle;
top=10;
aI("text=Home;url=index.htm;");
aI("text=About CFO;url=company.htm;");
aI("text=News;url=news.htm;");
aI("text=Mission;url=vision.htm;");
aI("text=Services;url=3disciplines.htm;");
aI("text=Clients;url=clients.htm;");
aI("text=Partners;url=partners.htm;");
aI("text=Careers;url=careers.htm;");
aI("text=Contact Us;url=contact.asp;");
}
drawMenus();

