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="133px";
styleid=1;
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=0;
//font
fontfamily="Verdana, Arial, Tahoma";
fontsize="11px";
fontstyle="normal";
fontweight="bold";
//tabon
headerbgcolor="#333333";
headercolor="#333333";
//tab off
offbgcolor="#666666";
offcolor="#ffffff";
imagepadding=0;
//tab on rollover
onbgcolor="#336666";
oncolor="#FFFFFF";
//tab clicked
pagebgcolor="#666666";
pagecolor="#ffffff";
padding=6;
paddingleft=6;
//separators
separatorcolor="#ffffff";
separatorsize=0;
//submenu
subimagepadding=2;
//effect
outfilter="randomdissolve(duration=0.3)";
//shadow
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";

}

with(submenuStyle=new mm_style()){
//
//itemwidth="133px";
//
bordercolor="#ffffff";
borderstyle="solid";
//borderwidth=1;
//font
fontfamily="Verdana, Arial, Tahoma";
fontsize="11px";
fontstyle="normal";
fontweight="";
//tabon
headerbgcolor="#005a8c";
headercolor="#ffffff";
//tab off
offbgcolor="#336666";
offcolor="#ffffff";
//image="menu/orangedots.gif";
imagepadding=0;
//tab on rollover
onbgcolor="#666666";
oncolor="#ffffff";
//overimage="menu/whitedots.gif";
//tab clicked
pagebgcolor="#FFFFFF";
pagecolor="black";
padding=6;
//separators
separatorcolor="#e0dbc6";
separatorsize=1;
//submenu
subimage="menu/arrow.gif";
subimagepadding=2;
//effect
outfilter="randomdissolve(duration=0.3)";
//shadow
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
}



with(milonic=new menuname("events_submenu")){
margin=0;
style=submenuStyle;
aI("text=Conferences;url=/Events/Conferences/Index.shtml");
aI("text=Training;url=/Events/Training/Index.shtml");
aI("text=Webinars;url=/Events/Webinars/Index.shtml");
aI("text=Past Events;url=/Events/Past-Events/Index.shtml");
}

with(milonic=new menuname("knowledge_submenu")){
margin=0;
style=submenuStyle;
aI("text=Cloud Computing;url=/Knowledge-Centers/Cloud-Computing.shtml");
aI("text=Cyber Security;url=/Knowledge-Centers/Cyber-Security.shtml");
aI("text=E-Discovery, Records & Information Management;url=/Knowledge-Centers/E-Discovery-Records--Information-Management.shtml");
aI("text=Enterprise Architecture;url=/Knowledge-Centers/Enterprise-Architecture.shtml");
aI("text=Government Customer Service;url=/Knowledge-Centers/Government-Customer-Service.shtml");
aI("text=IPv6;url=/Knowledge-Centers/IPv6.shtml");
aI("text=Knowledge Management;url=/Knowledge-Centers/Knowledge-Management.shtml");
}

with(milonic=new menuname("news_submenu")){
margin=0;
style=submenuStyle;
aI("text=Latest News;url=/News/Index.shtml");
aI("text=Newsletter Sign Up;url=/About-Us/Newsletter.shtml;");
}

with(milonic=new menuname("about_submenu")){
margin=0;
style=submenuStyle;
aI("text=Contact Us;url=/About-Us/Contact-Us.shtml");
aI("text=Education Advisory Committee;url=/About-Us/Education-Advisory-Committee.shtml");
aI("text=Privacy Policy;url=/About-Us/Privacy-Policy.shtml");

}

drawMenus();