/* -----------------------------------------------------------------------------

    modest.menus v1.0
    last updated on Sep. 10, 2007 (09-10-2007)
    Copyright (C) 2007  Dave Rankin dave.caretcake@gmail.com

    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License
    as published by the Free Software Foundation; either version 2
    of the License, or (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    02110-1301, USA.

    For an explanation of this file and how to use ModestMenus,
    please see the documentation that is supplied in the archive
    with this file or vist http://dave.caretcake.com.

----------------------------------------------------------------------------- */

menus.livelihoods = new menu("livelihoods", "primary");
menus.livelihoods.addOption("Livestock", "livestock.html");
menus.livelihoods.addOption("Poultry Farming", "poultry-farming.html");
menus.livelihoods.addOption("Agriculture", "agriculture.html");
menus.livelihoods.addOption("Community Development", "community-development.html");
menus.livelihoods.addOption("100% Green", "green.html");
menus.livelihoods.backgroundImage = 'images/dropdown-5.png';
menus.livelihoods.menuPaddingLeft = -55;


menus.donors = new menu("donors", "primary");
menus.donors.addOption("Partners", "partners.html");
menus.donors.addOption("Join Our Cause", "join-our-cause.html");
menus.donors.backgroundImage = 'images/dropdown-2.png';
menus.donors.menuPaddingLeft = -32;

menus.about = new menu("about", "primary");
menus.about.addOption("About JMD", "about.html");
menus.about.addOption("Contact", "contact.html");
menus.about.backgroundImage = 'images/dropdown-2.png';
menus.about.menuPaddingLeft = -55;

















