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()){
fontfamily="Arial, Verdana, Tahoma";
fontsize="11.5px"; 
fontstyle="normal"; 
fontweight="bold"; 
headerbgcolor="#000000";
headercolor="#FFFFFF";

offcolor="#FFFFFF";

oncolor="#FFFFFF";

pagecolor="#FFFFFF";
separatorsize=1;
separatorcolor="#FFFFFF";
subimagepadding=2;
align="center" 
offclass="milletters";
onclass="milletters";
margin=0;
}


with(topStyle=new mm_style()){
fontfamily="Tahoma, Arial, Verdana";
fontsize="11.5px"; 
fontstyle="normal"; 
fontweight="bold"; 
offcolor="#333333";
oncolor="#333333";
headerbgcolor="#3F3F3F";
headercolor="#FFFFFF";
separatorsize=1;
separatorcolor="#3F3F3F";
subimagepadding=2;
align="center" 
offclass="milletters";
onclass="milletters";
itemwidth=150;
itemheight=35;
overbgimage="images/orange_menu_over.gif";
bgimage="images/none.jpg";
ondecoration="none";
decoration="none";
}







with(subStyle=new mm_style()){
bordercolor="#858585";
borderwidth=1;
borderstyle="solid";
fontfamily="Arial, Verdana, Tahoma";
fontsize="11.5px"; 
fontstyle="normal"; 
fontweight="bold";
padding=6;
separatorsize=1;
separatorcolor="#858585";
headerbgcolor="#000000";
headercolor="#FFFFFF";
offbgcolor="#FFFFFF";
offcolor="#666666";
onbgcolor="#E4E4E4";
oncolor="#666666";
align="left" 
itemwidth=220;
}



with(milonic=new menuname("COMPANY")){
style=subStyle;


aI("text=About Us;url=about-us.html;");
aI("text=Management Team;url=management-team.html;");

}


with(milonic=new menuname("SOLUTIONS")){
style=subStyle;


aI("text=Customer Relationship Management;url=crm.html;");
aI("text=Enterprise Relationship Management;url=erm.html;");
aI("text=Services;url=services.html;");
aI("text=Support;url=support.html;");
}

with(milonic=new menuname("INDUSTRY")){
style=subStyle;

aI("text=Financial Services;url=financial-services.html;");
aI("text=Distribution;url=distribution.html;");
aI("text=Manufacturing;url=manufacturing.html;");

}



drawMenus();

