var MENU_ITEMS = [
    ['Home', '/'],
	['About Us', null, null,
	    ['New To CRC?', '/new-to-crc'],
	    ['Worship Service', '/events/sunday-worship'],
	    ['Map & Directions', '/new-to-crc/directions'],
            ['Our Mission', '/about-us/our-mission'],
            ['Our Core Values',  '/about-us/our-core-values'],
	    ['Pastor & Staff', '/about-us/pastor-and-staff'],
	    ['What We Believe',  '/about-us/what-we-believe'],
            ['Vision 2020', '/about-us/vision-2020']
	],

	['Ministries', null, null,
            ['Sunday School & Childcare',  '/ministries/sunday-school-childcare'],
	    ['Community Groups', '/ministries/community-groups'],
            ['Youth',  '/ministries/youth'],	  
            ['Men',  '/ministries/men'],
            ['Women',  '/ministries/women'], 
            ['Young Adults',  '/ministries/young-adults'], 
	    ['Dartmouth Students',  '/ministries/dartmouth-students'],
	    ['Vacation Bible School',  '/ministries/vbs'],
            ['Missions',  '/ministries/missions']      
	],
	
	['Resources', null, null,
	    ['What is the Gospel?', '/resources/gospel'],
	    ['How Do I Get Connected?', '/resources/connect'],
	    ['How Can I Serve?', '/resources/serve'],
	    ['Recommended Reading', '/resources/recommended-reading'],
	    ['Sermons & Other Audio', '/resources/sermon-downloads'],
            ['Radio Program & Blog', '/wordpress'],
            ['Events Calendar', '/events'],
            ['Christian Counseling', '/resources/christian-counseling'],
            ['Articles', '/resources/articles'],
            ['Financial Contributions', '/resources/financial-contribution'],
	    ['Contact Us',  '/resources/contact-us']
	],

	['<strong style="color: #ffffff;">Featured Events &amp; Items</strong>', null, null,
   
               ['Slideshows & News', '/news/'],
               ['Day of Fasting & Prayer', '/events/prayer-fasting'],
               ['Annual Meeting', '/events/annual-meeting'],
               ['Valentine&#39;s Banquet', '/events/valentines-banquet'],
               ['Winter Service Trip', '/events/crc-service-trip'],
         ['Upper Valley Bible Conference', '/events/upper-valley-bible-conference']
           // ['Vision 2020', '/about-us/vision-2020'],
         //['Recommended Reading', '/resources/recommended-reading'],     
//            ['Radio Program & Blog', '/wordpress'],
          // ['The Dartmouth Apologia <img src="/page_attachments/0000/1049/outbound2.PNG" //alt="image"  style="vertical-align:bottom;padding-bottom:3px;" />', 'http://www.dartmouthapologia.org']

	]
];

