
_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=5               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset


_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=2               // Sub menu top offset
_subOffsetLeft=4              // Sub menu left offset



with(AllImagesStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
padding=6;
fontsize="70%";
fontstyle="bold";
fontweight="bold";
separatorcolor="#FFF38C";
oncolor="#474E6B";
offcolor="#474E6B";
onbgcolor="#E8E9EE";
offbgcolor="#F7F7F7";
pagecolor="#474E6B";
}


with(menuStyle=new mm_style()){
onbgcolor="#E8E9EE";
oncolor="#7B3E1F";
offbgcolor="#E8E9EE";
offcolor="#474E6B";
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=5;
fontsize="100%";
fontweight="bold";
fontfamily="Calibri, Tahoma, Arial";
pagecolor="#474E6B";
pagebgcolor="#E8E9EE";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimage="../menu/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=80);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Right Menu")){
style=AllImagesStyle;
position="relative";
alwaysvisible=1;
orientation="vertical";
aI("image=2011/assets/menuimg/r_quick_links.gif;overimage=2011/assets/menuimg/r_quick_links.gif");
aI("url=mailto:ask@resedacouncil.org;image=2011/assets/menuimg/r_ask_us.gif;overimage=2011/assets/menuimg/r_ask_us_on.gif");
aI("url=mailto:RNC@resedacouncil.org;image=2011/assets/menuimg/r_contact_us.gif;overimage=2011/assets/menuimg/r_contact_us_on.gif");
aI("url=http://www.resedacouncil.org/a_newsletter.html;image=2011/assets/menuimg/r_newsletter.gif;overimage=2011/assets/menuimg/r_newsletter_on.gif");
aI("url=http://www.resedacouncil.org/index_pic.html;image=2011/assets/menuimg/r_event_pic.gif;overimage=2011/assets/menuimg/r_event_pic_on.gif");
aI("url=http://www.resedacouncil.org/2010/calendar/php/calendar.php;image=2011/assets/menuimg/r_event_calendar.gif;overimage=2011/assets/menuimg/r_event_calendar_on.gif");

}

drawMenus();


