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()){
styleid=1;
itemwidth=80;
//bordercolor="#000000";
//borderstyle="solid";
//borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
//image="orangedots.gif";
imagepadding=6;
//offbgcolor="#86BCFF";
offcolor="#ffffff";
//onbgcolor="#C2DDFD";//h over colour  CC6600
oncolor="#000000";
//outfilter="randomdissolve(duration=0.3)";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
//overimage="whitedots.gif";
padding=4;
//pagebgcolor="#C2DDFD";
pagecolor="black";
separatorcolor="#ffffff";
separatorsize=1;
//subimage="arrow.gif";
subimagepadding=2;
}

with(submenuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#000000";
headercolor="#000000";
offbgcolor="#86BCFF";
offcolor="#000000";
onbgcolor="#C2DDFD";
oncolor="#000000";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=4;
pagebgcolor="#C2DDFD";
pagecolor="black";
separatorcolor="#758CC9";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=4;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
aI("text=Home;url=Index.htm;");
aI("text=Company;url=company.htm;");
aI("text=Clients;url=Clients.htm");
aI("text=Services;url=Services.htm");
aI("text=People;url=people.htm");
aI("text=Contact Us;url=Contactus.htm");
}
drawMenus();


