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()){
itemwidth="128";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontweight="bold";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#999999";
offcolor="#ffffff";
onbgcolor="#ef5d18";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.1)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
separatorcolor="#ffffff";
separatorsize=1;
subimage="images/general/menuarrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
position="relative";
alwaysvisible=1;
left=124;
overflow="scroll";
style=menuStyle;
top=82;
aI("status=Back To Home Page;text=home;url=home.asp;");
aI("status=Personnel;text=personnel;url=staff1.asp;");
aI("status=About Us;text=about us;url=about.asp;");
aI("showmenu=Services;text=services;");
aI("showmenu=Projects;text=projects;");
//aI("status=Projects;text=projects;url=projects.asp;");
aI("status=Testimonials;text=testimonials;url=testimonials.asp;");
aI("status=Contact Us;text=contact us;url=contact.asp;");
}
with(milonic=new menuname("Projects")){
style=menuStyle;
aI("text=City Campus;url=citycampus.asp;");
aI("text=Queen Alexander Bridge;url=qa.asp;");
aI("text=Featured Work;url=projects.asp;");
}

with(milonic=new menuname("Services")){
style=menuStyle;
aI("text=street lighting;url=street.asp;");
aI("text=traffic signs;url=traffic.asp;");
aI("text=sports lighting;url=sport.asp;");
aI("text=architectural lighting;url=architectural.asp;");
aI("text=cabling;url=cabling.asp;");
aI("text=christmas lights;url=xmas.asp;");

}

drawMenus();

