
_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("Main Menu")){
style=AllImagesStyle;
position="relative";
alwaysvisible=1;
orientation="horizontal";
aI("url=http://www.resedacouncil.org;image=2011/assets/menuimg/m_home_on.gif;overimage=2011/assets/menuimg/m_home_on.gif");
aI("url=http://www.resedacouncil.org/a_individual.html;image=2011/assets/menuimg/m_individual.gif;overimage=2011/assets/menuimg/m_individual_on.gif");
aI("url=http://www.resedacouncil.org/a_business.html;image=2011/assets/menuimg/m_business.gif;overimage=2011/assets/menuimg/m_business_on.gif");
aI("url=http://www.resedacouncil.org/a_resources.html;image=2011/assets/menuimg/m_resources.gif;overimage=2011/assets/menuimg/m_resources_on.gif");
aI("url=http://www.resedacouncil.org/a_officernc.html;image=2011/assets/menuimg/m_officernc.gif;overimage=2011/assets/menuimg/m_officernc_on.gif");

}

drawMenus();


