// 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=2009 Operating Budget - This is a LARGE PDF file;url=2009Budget.pdf;");
   aI("text=2008 Operating Budget - This is a LARGE PDF file;url=2008Budget.pdf;");
}

with(milonic=new menuname("Menu Financial")){
   style=textMenu;
   aI("text=2008 Financial Report - This is a LARGE PDF file;url=Audit2008.pdf;");
   aI("text=2007 Financial Report - This is a LARGE PDF file;url=Audit2007.pdf;");
}

