// menu data object

// Notes:
// Avoid using styles here, use a className instead.
// style names should be in javascript form. Example:
// font-size should be fontSize


var menuData =
[
    {
        name : "the centre",
        href:  "/the_centre/overview",
        className: "topmenu",
        menu: [
            {
                name: "overview",
                href: "/the_centre/overview"
            },
            {
                name: "facilities",
                href: "/the_centre/facilities"

            },
            {
                name: "our history",
                href: "/the_centre/history"
            },
            {
                name: "news",
                href: "/the_centre/news"
            },
                        /*
            {
                name: "staff & board listings",
                href: "/the_centre/staff_and_board_listings",
                style: "letterSpacing:-1px;"
            },
                        */
            {
                name: "faq's",
                href: "/the_centre/faqs"
            }
        ]
    },
    {
        name : "on stage",
        href:  "/on_stage/events_calendar",
        className: "topmenu",
        menu: [
            {
                name: "events calendar",
                href: "/on_stage/events_calendar"
            },
            {
                name: "featured events",
                href: "/on_stage/featured_events"
            }
        ]
    },
    {
        name : "services",
        href:  "/services/box_office",
        className: "topmenu",
        menu:[
            {
                name: "box office",
                href: "/services/box_office"
            },
            {
                name: "food &amp; beverage",
                href: "/services/food_and_beverage"
            },

            {
                name: "seating plan",
                href: "/services/seating_plan"
            },

            {
                name: "rentals",
                href: "/services/rentals"
            },
            {
                name: "location & map",
                href: "/services/location_and_map"
            },
            {
                name: "parking",
                href: "/services/parking"
            },
            {
                name: "disabled services",
                href: "/services/disabled_services"
            }
        ]
    },
    {
        name : "support",
        href:  "/support/volunteer",
        className: "topmenu",
        menu:[
                /*
            {
                name: "overview",
                href: "/support/overview"
            },
        */
            {
                name: "volunteer",
                href: "/support/volunteer"
            },
            {
                name: "Support Kay Meek",
                href: "/support/donate"
            },
            {
                name: "Donate Now",
                href: "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2099124"
            }
        ]

    },
    {
        name : "links",
        href:  "/links/community",
        className: "topmenu",
        menu:[
            {
                name: "community",
                href: "/links/community"

            },

            {
                name: "cultural organizations",
                href: "/links/cultural_organizations",
                style: "letterSpacing:-1px"
            }
        ]
    },
    {
        name : "contact us",
        href:  "/contact_us",
        className: "topmenu",
        style:"width:121px",
        menu: [
            /*
            {
                name: "address",
                href: "/contact_us/address",
                style:"width:121px"
            },

            {
                name: "directory",
                href: "/contact_us/directory",
                style:"width:121px"

            },
            {
                name: "mailing list",
                href: "/contact_us/mailing_list",
                style:"width:121px"

            },
            {
                name: "volunteer",
                href: "/contact_us/volunteer",
                style:"width:121px"

            }
                        */
        ]
    }

]
