﻿
_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset


with(menuStyle=new mm_style()){
onbgcolor="#6E749D";
oncolor="#FFFFFF";
offbgcolor="#0b1552";
offcolor="#FFFFFF";
bordercolor="#6699cc";
borderstyle="solid";
borderwidth="0";
separatorcolor="#330099";
separatorsize="0";
padding=5;
fontsize="11pt";
fontstyle="bold";
fontfamily="Arial ";
//separatorcolor="#FFFFFF";
//separatorsize=1;
//separatorheight=20
//pagecolor="black";
fontweight="bold"
//pagebgcolor="#6699cc";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100);)";
outfilter="randomdissolve(duration=0.3)";
}

with(menuStyle2=new mm_style()){
onbgcolor="#6E749D";
oncolor="#FFFFFF";
offbgcolor="#0b1552";
offcolor="#FFFFFF";
bordercolor="#6699cc";
borderstyle="solid";
borderwidth="0";
separatorcolor="#330099";
borderstyle="solid";
borderwidth="0";
separatorcolor="#330099";
separatorsize="0";
padding=5;
fontsize="11pt";
fontstyle="bold";
fontfamily="Arial ";
//pagecolor="black";
fontweight="bold"
//pagebgcolor="#6699cc";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100);)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Left")){
style=menuStyle;
top=70;
screenposition="center";
orientation="horizontal";
alwaysvisible=1;
menuwidth="880px"
menualign="center"
aI("text=Membership<br />Management;itemwidth=195;url=/sn/clt/capitolimpact/bb_ovpage.aspx?ClientCode=capitolimpact&pn=mm;");
aI("text=Event / Training<br />Solutions;itemwidth=195;url=/sn/clt/capitolimpact/bb_ovpage.aspx?ClientCode=capitolimpact&pn=em;");
aI("text=Legislative<br />Tracking;itemwidth=195;url=/sn/clt/capitolimpact/bb_ovpage.aspx?ClientCode=capitolimpact&pn=lt;");
aI("text=Grassroots<br />Lobbying;itemwidth=195;url=/sn/clt/capitolimpact/bb_ovpage.aspx?ClientCode=capitolimpact&pn=gr;");
aI("text=Solutions For;itemwidth=100;showmenu=SolutionsFor;;");
}

with(milonic=new menuname("SolutionsFor")){
style=menuStyle2;
aI("text=Association Executive;url=/sn/clt/capitolimpact/bb_ovpage.aspx?ClientCode=capitolimpact&pn=ae;");
aI("text=Government Affairs Staff;url=/sn/clt/capitolimpact/bb_ovpage.aspx?ClientCode=capitolimpact&pn=gs;");
aI("text=Event Management Staff;url=/sn/clt/capitolimpact/bb_ovpage.aspx?ClientCode=capitolimpact&pn=es;");
aI("text=Training Professionals;url=/sn/clt/capitolimpact/bb_ovpage.aspx?ClientCode=capitolimpact&pn=tp;");
aI("text=Administrative Staff;url=/sn/clt/capitolimpact/bb_ovpage.aspx?ClientCode=capitolimpact&pn=as;");
aI("text=Your Team;url=/sn/clt/capitolimpact/bb_ovpage.aspx?ClientCode=capitolimpact&pn=team;");
}


drawMenus();