fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=300;
_subOffsetTop=2;
_subOffsetLeft=-2;

with(mainMenuStyle=new mm_style()){
borderstyle="none";
borderwidth=0;
fontfamily="Arial, Helvetica, Verdana, Tahoma";
fontsize="11px";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#156F95"; 
onbgcolor="#97D6F0";
oncolor="#000000";
padding=4;
}

with(menuStyle=new mm_style()){
align="left";
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="11px";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#eeeeee";
offcolor="#000000";
onbgcolor="#97D6F0";
oncolor="#000000";
padding=4;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
subimage="/images/menuBar/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
/* left=10; */
orientation="horizontal";
position="relative";
style=mainMenuStyle;
/* screenposition="center"; */
/* top=10; */
aI("showmenu=About;image=/images/menuBar/btnMenuBarAboutUca.gif;url=/about;");
}

with(milonic=new menuname("About")){
overflow="scroll";
style=menuStyle;
aI("text=About the Underground Construction Association;url=/about;")
aI("text=Executive Committee Members;url=/ExecutiveCommittee;")
aI("text=List of Member Benefits;url=/memberbenefits;")
aI("text=Qualifications and Dues (Join UCA of SME);url=/join")
aI("text=By-Laws;url=/bylaws/BylawsDraftUCA.cfm")
}

drawMenus();


