
_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("url=http://www.resedacouncil.org/ar_projects_active.html;image=2011/assets/menuimg/l_projects.gif;overimage=2011/assets/menuimg/l_projects_on.gif");
aI("url=http://www.resedacouncil.org/a_search.html;image=2011/assets/menuimg/l_search.gif;overimage=2011/assets/menuimg/l_search_on.gif");
aI("url=http://www.resedacouncil.org/a_faq.html;image=2011/assets/menuimg/l_faq.gif;overimage=2011/assets/menuimg/l_faq_on.gif");


}

drawMenus();


