// Define sub menus here!
// If page is in the root directory, use style of textMenu
// If page is in the first child directory, use style of textMenu

with(milonic=new menuname("Menu Budget")){
   style=textMenu;
   aI("text=2011 Operating Budget - This is a LARGE PDF file;url=2011Budget.pdf;");
   aI("text=2010 Operating Budget - This is a LARGE PDF file;url=2010Budget.pdf;");
   aI("text=2009 Operating Budget - This is a LARGE PDF file;url=2009Budget.pdf;");
}

with(milonic=new menuname("Menu Financial")){
   style=textMenu;
   aI("text=2010 Financial Report - This is a LARGE PDF file;url=Audit2010.pdf;");
   aI("text=2009 Financial Report - This is a LARGE PDF file;url=Audit2009.pdf;");
   aI("text=2008 Financial Report - This is a LARGE PDF file;url=Audit2008.pdf;");
}

with(milonic=new menuname("years")){
   style=textMenu;
   aI("text=2010-2011;url=Kalamazoo County Employees' Retire 2010 FINAL.pdf;");
   aI("text=2008-2009;url=Kalamazoo County Employees' Retire 2009 FINAL.pdf;");
}

with(milonic=new menuname("years2")){
   style=textMenu;
   aI("text=2010;url=FiscalReportFinal2010.pdf;");
   aI("text=2009;url=Fiscal Report Final 2009.pdf;");
   
   
}

with(milonic=new menuname("cost")){
   style=textMenu;
   aI("text=2010;url=Kalamazoo County 2010 CAP Run Date 10-13-2011 (Final).PDF;");
   aI("text=2009;url=Kalamazoo 2009 CAP Run Date 11-9-10 (Final).pdf;");
   
   
}


