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="/tax/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="/tax/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=Home;url=/acttc/;status=Back To Home Page;");
/* aI("text=FAQ's;url=faq.htm;showmenu=frequently;status=Frequently asked questions.;"); */
aI("text=Property Taxes;url=property_taxes.htm;showmenu=property;status=Property Taxes;");
aI("text=Treasurer;url=about_treasurer.htm;showmenu=treasury;status=About Treasurer;");
aI("text=Revenue & Debt<br>(Central Collections);url=about_centcoll.htm;showmenu=centcoll;status=About Revenue & Debt (Central Collections);");
aI("text=Transient Occupancy Tax Home;url=/tax/tot/index.htm;status=Transient Occupancy Tax Home;");
aI("text=Deferred Compensation;url=about_deferred.htm;showmenu=deferred;status=About Deferred Compensation;");
aI("text=Map Directions;url=map.htm;status=Map Directions;");
aI("text=Other Links;url=olinks.htm;status=Other Links;");
}

with(milonic=new menuname("property")){
style=SubmenuStyle;
overflow="scroll";
aI("text=Frequently Asked Questions;url=faq.htm;showmenu=frequently;");
aI("text=View Tax Roll;url=proptax_pay.htm;");
aI("text=Pay Tax Bill On-Line;url=proptax_pay.htm;");
aI("text=Tax Bill Information;url=tax_bill_info.htm;");
aI("text=Tax Payer Information;url=tax_payer_info.htm;");
aI("text=August 2008 Auction;url=auction_2008.htm;");
aI("text=November 2008 Auction;url=auction_nov_2008.htm;");
aI("text=2006 Auction;url=auction_2006.htm;");
}

with(milonic=new menuname("frequently")){
style=SubmenuStyle;
overflow="scroll";
aI("text=Secured Property Taxes;url=faq_sec.htm;status=Secured Property Taxes;");
aI("text=Supplemental Taxes;url=faq_sup.htm;status=Supplemental Taxes;");
aI("text=Exemptions and Assistance Programs;url=faq_exempt.htm;status=Exemptions and Assistance Programs;");
aI("text=Delinquent Taxes;url=faq_delinquent.htm;status=Delinquent Taxes;");
aI("text=Mobile Homes;url=faq_mobile.htm;status=Mobile Homes;");
}

with(milonic=new menuname("treasury")){
style=SubmenuStyle;
overflow="scroll";
aI("text=Investment Policy;url=about_treasurer.htm#investment;status=Investment Policy;");
aI("text=Investment Oversight Committee;url=about_treasurer.htm#oversight;status=Investment Oversight Committees;");
aI("text=County Pooled Investment Fund;url=about_treasurer.htm#pooled;status=County Pooled Investment Fund;");
aI("text=Audit Reports;url=audit.htm;status=Audit Reports;");
aI("text=Quarterly Reports;url=quarterly.htm;status=Quarterly Reports;");
}

with(milonic=new menuname("centcoll")){
style=SubmenuStyle;
overflow="scroll";
aI("text=About Revenue & Debt (Central Collections);url=about_centcoll.htm;status=About Revenue & Debt (Central Collections);");
aI("text=Contact List;url=about_centcoll.htm#contact;status=Central Collections Contact List;");
aI("text=Important Telephone Numbers;url=about_centcoll.htm#telephone;status=Central Collections Important Telephone Numbers;");
aI("text=FAQs;url=about_centcoll.htm#faq;status=Central Collections Frequently Asked Questions;");
}

with(milonic=new menuname("deferred")){
style=SubmenuStyle;
overflow="scroll";
aI("text=Deferred Compensation;url=about_deferred.htm;");
aI("text=Voluntary 457 Plan;url=about_deferred.htm#voluntary;");
aI("text=Mandatory 457 Plan: PST;url=about_deferred.htm#mandatory;");
aI("text=401(a);url=about_deferred.htm#401;");
aI("text=Glossary of Terms;url=about_deferred.htm#glossary;");
}

drawMenus();

