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="transparent";		//Background color on mouseover
oncolor="#dbc6a9";			//Text color of menu item on mouseover
offbgcolor="transparent";		//Background color of menu
offcolor="#FFFFFF";			//Text color of menu items
bordercolor="#ffffff";	
borderstyle="solid";
borderwidth=0;
separatorcolor="#ffffff";	//Color of line between menu items
separatorsize="0";			//Size of line between menu items
padding=5;
fontsize="90%";				//Always use a percentage so it will adjust for user settings
fontstyle='normal';
/* fontweight="bold"; */
fontfamily="Verdana, Arial, Helvetica, sans-serif";
pagecolor="#FFFFFF";		//Sets the current page text color of the menu item
pagebgcolor="transparent";		//Sets the current page background color of the menu item
headercolor="#FFFFFF";
headerbgcolor="#669999";
subimage="/board/images/arrow.gif";
subimagepadding="1";
outfilter="randomdissolve(duration=0.3)";
}

with(menuStyle2=new mm_style()){
onbgcolor="#EDDCCB";		//Background color on mouseover
oncolor="#ffffff";			//Text color of menu item on mouseover
offbgcolor="#EDDCCB";		//Background color of menu
offcolor="#000000";			//Text color of menu items
bordercolor="#ffffff";	
borderstyle="solid";
borderwidth=0;
separatorcolor="#ffffff";	//Color of line between menu items
separatorsize="0";			//Size of line between menu items
padding=5;
fontsize="90%";				//Always use a percentage so it will adjust for user settings
fontstyle="none";
/* fontweight="bold"; */
fontfamily="Verdana, Arial, Helvetica, sans-serif";
pagecolor="#000000";		//Sets the current page text color of the menu item
pagebgcolor="#EDDCCB";		//Sets the current page background color of the menu item
headercolor="#FFFFFF";
headerbgcolor="#669999";
subimage="/board/images/arrow.gif";
subimagepadding="1";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=125;
left=1;
alwaysvisible=1;
orientation="vertical";
itemwidth=120;
followscroll=1;
aI("text=Board Intranet Home;url=/board/home.htm;");
aI("text=Board Internet Site;url=http://www.sonoma-county.org/board/home.htm;");
aI("text=Agenda Item Submittal Instructions & Templates;url=/board/agenda_sub.htm;");
aI("text=Approved Items;url=/board/board_items.htm;");
aI("text=Calendar;url=/board/calendar.asp;");
aI("text=Board of Supervisors Assignments;url=http://supervisors.sonoma-county.org/content.aspx?sid=1001&id=1673;");
}

drawMenus();

