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="#F3F0E4";		//Background color on mouseover
oncolor="#000000";			//Text color of menu item on mouseover
offbgcolor="#D6CFAD";		//Background color of menu
offcolor="#000000";			//Text color of menu items
bordercolor="#D9D1AC";	
borderstyle="solid";
borderwidth=0;
separatorcolor="#897A5B";	//Color of line between menu items
separatorsize="1";			//Size of line between menu items
padding=5;
fontsize="90%";				//Always use a percentage so it will adjust for user settings
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#8E4437";			//Sets the current page text color of the menu item
pagebgcolor="#E1DBBD";		//Sets the current page background color of the menu item
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/auditor/images/arrow.gif";
subimagepadding="2";
outfilter="randomdissolve(duration=0.3)";
}

with(SubmenuStyle=new mm_style()){
onbgcolor="#F3F0E4";		//Background color on mouseover
oncolor="#000000";			//Text color of menu item on mouseover
offbgcolor="#D6CFAD";		//Background color of menu
offcolor="#000000";			//Text color of menu items
bordercolor="#897A5B";	
borderstyle="solid";
borderwidth=1;
separatorcolor="#897A5B";	//Color of line between menu items
separatorsize="1";			//Size of line between menu items
padding=5;
fontsize="90%";				//Always use a percentage so it will adjust for user settings
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#8E4437";			//Sets the current page text color of the menu item
pagebgcolor="#E1DBBD";		//Sets the current page background color of the menu item
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/auditor/images/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#847B73', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=128;
left=0;
alwaysvisible=1;
orientation="vertical";
itemwidth="153";
followscroll=1;
aI("text=County Home;url=/;status=Sonoma County Home;");
aI("text=Auditor-Controller;url=/auditor/;status=Auditor-Controller Web Site;");
aI("text=Treasurer-Tax Collector;url=/tax/;status=Treasurer-Tax Collector Web Site;");
aI("text=Employee Forms & Documents;url=/acttc/forms.htm;");
}
drawMenus();