fixMozillaZIndex=true;

_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
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x

with(menuStyle=new mm_style()){
onbgcolor="#346667";
oncolor="#000000";
offbgcolor="#67999A";
offcolor="#ffffff";
bordercolor="none";
borderstyle="solid";
borderwidth=1;
separatorcolor="#346667";
separatorsize="1";
padding=3;
fontsize="90%";
align="left";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#b8d4d7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="images/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100);)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=145;
left=10;
alwaysvisible=1;
orientation="vertical";
itemwidth="130";
followscroll=1;
aI("text=Home;url=index.htm;status=Home Page;");
aI("text=Foreword;url=foreword.htm;status=Foreword;");
aI("text=Sonoma County Population;url=sonoma_county_population.htm;status=Sonoma County Population Page;showmenu=sc_pop;");
aI("text=The Environment;url=environment.htm;status=The Environment;");
aI("text=Sonoma County Government Services;url=government_services.htm;status=Sonoma County Government Services;showmenu=soco_gov_ser;");
aI("text=Enterprise Agencies and Special Districts;url=enterprise.htm;status=Enterprise Agencies and Special Districts;");
aI("text=The Budget;url=budget.htm;status=The Budget;showmenu=budget;");
aI("text=Budget Impacts;url=budget_impacts.htm;status=The Budget Impacts;showmenu=budget_impacts;");
aI("text=Further Information;url=further.htm;status=Further Information;");
}

with(milonic=new menuname("sc_pop")){
style=menuStyle;
aI("text=Population Characteristics;url=population_characteristics.htm;status=Population Characteristics;");
aI("text=Economics and Employment;url=economic_employment.htm;status=Economics and Employment;");
aI("text=Employment Outlook;url=employment_outlook.htm;status=Employment Outlook;");
}

with(milonic=new menuname("soco_gov_ser")){
style=menuStyle;
aI("text=Public Protection;url=government_services.htm#pub;status=Public Protection;");
aI("text=Other County Services & Agencies;url=other_county_services.htm;status=Other County Services & Agencies;");
aI("text=Other County Services & Agencies (Cont);url=other_county_services_and_agencies.htm;status=Other County Services & Agencies (Cont);");
}

with(milonic=new menuname("budget")){
style=menuStyle;
aI("text=Financing The County Budget;url=budget.htm#financing;status=Financing The County Budget;");
aI("text=Appropriations;url=budget.htm#approp;status=Appropriations;");
}

with(milonic=new menuname("budget_impacts")){
style=menuStyle;		
aI("text=Budget Impacts;url=budget_impacts.htm#impacts;status=Budget Impacts;");
aI("text=Historical Comparison;url=budget_impacts.htm#historical;status=Historical Comparison;");
aI("text=The Budget Calendar;url=budget_impacts.htm#calendar;status=The Budget Calendar;");
}
				
drawMenus();