fixMozillaZIndex=true; /*Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps*/

_menuCloseDelay=500;           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150;            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10               // Sub menu top offset
_subOffsetLeft=-10             // Sub menu left offset


with(menuStyle=new mm_style()){
//onbgcolor="#57A29D";    //menu box hovercolor="#0d7d8a"
oncolor="#0d2a7d";      //text over color
oncolor="#000000";      //text over color
offbgcolor="#008b52";   //menu box unselected
offcolor="#ffffff";     //normal text
bordercolor="#0257a5";
borderstyle="dashed";
borderwidth="0";
separatorcolor="#0257a5";
separatorsize="0";
padding="6";
fontsize="100%";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Helvetica, Arial, sans-serif";
pagecolor="#000000";  //selected menu text
//pagebgcolor="#0d7d8a";  //selected menu background
headercolor="#A59C9D";
headerbgcolor="#ff0000";
subimage="/images/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#008b52', Direction=135, Strength=0)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=130;
left=5;
alwaysvisible=1;
orientation="vertical";
itemwidth="135";
followscroll=1;
aI("text=Home;url=index.htm;");
aI("text=About Us;url=about.htm;");
aI("text=Get Certified;url=becoming_green.htm;");
aI("text=Green Resources;url=green_resources.htm;");
aI("text=Green Business Listings;url=green_listings.htm;");
aI("text=Contact Us;url=contact.htm;");
aI("text=Business Environmental Alliance;url=http://www.sonomabea.org/;");
aI("text=Economic Development Board;url=/edb/;");
}


drawMenus();
