// {{{ domMenu_main: data

domMenu_data.set('navbar', new Hash(
    1, new Hash(
        'contents', 'Home',
        'contentsHover', 'Home',
        'uri', '/',
        'target', '_self',
        'statusText', 'Home'
        ),
     2, new Hash(
						'contents', 'Virtual Coaching',
						'contentsHover', 'Virtual Coaching',
						'uri', '/virtual-coaching/',
						'target', '_self',
						'statusText', 'Virtual Coaching',
						1, new Hash(
							'contents', 'Introduction',
							'contentsHover', 'Introduction',
							'uri', '/virtual-coaching/',
							'target', '_self',
							'statusText', 'Introduction'
							),
						2, new Hash(
							'contents', 'Program Overview',
							'contentsHover', 'Program Overview',
							'uri', 'http://media.paretoplatform.com/paretosystems/files/The_Pareto_System_Virtual_Coaching_Program_Fact_Sheet.pdf',
							'target', '_blank',
							'statusText', 'Program Overview'
							)
		 ),
     3, new Hash(
        'contents', 'Consulting Services',
        'contentsHover', 'Consulting Services',
        'uri', '/our-approach/',
        'target', '_self',
        'statusText', 'Consulting Services',
						1, new Hash(
							'contents', 'Introduction',
							'contentsHover', 'Introduction',
							'uri', '/our-approach/',
							'target', '_self',
							'statusText', 'Introduction'
							),
						2, new Hash(
							'contents', 'Program Overview',
							'contentsHover', 'Program Overview',
							'uri', '/program-overview.html',
							'target', '_self',
							'statusText', 'Program Overview'
							),
						3, new Hash(
							'contents', 'Fit Process',
							'contentsHover', 'Fit Process',
							'uri', '/fit-process.html',
							'target', '_self',
							'statusText', 'Fit Process'
							), 
						4, new Hash(
							'contents', 'FAQs',
							'contentsHover', 'FAQs',
							'uri', '/faq.html',
							'target', '_self',
							'statusText', 'FAQs'
							)
		),
		/**
		3, new Hash(
        'contents', 'Media',
        'contentsHover', 'Media',
        'uri', '/media/',
        'statusText', 'Media',
        'target', '_self'
        ),
        **/
        
   	4, new Hash(
        'contents', 'Testimonials',
        'contentsHover', 'Testimonials',
        'uri', '/client-comments/',
        'statusText', 'Testimonials',
        'target', '_self'
        ),
    5, new Hash(
        'contents', 'Speaking Services',
        'contentsHover', 'Speaking Services',
        'uri', '/speaking/',
        'statusText', 'Speaking Services',
        'target', '_self'
        ),
    6, new Hash(
        'contents', 'Tip of the Week',
        'contentsHover', 'Tip of the Week',
        'uri', 'http://www.breakthroughbusinessdevelopment.com/category/general/tip-of-the-week/',
        'statusText', 'Tip of the Week',
        'target', '_self',
       	1, new Hash(
        'contents', 'Tip of the Week',
        'contentsHover', 'Tip of the Week',
        'uri', 'http://www.breakthroughbusinessdevelopment.com/category/general/tip-of-the-week/',
        'statusText', 'Tip of the Week',
        'target', '_self'
        ),
        2, new Hash(
        'contents', 'Breakthrough Business Development RSS',
        'contentsHover', 'Breakthrough Business Development RSS',
        'uri', 'http://feeds.feedburner.com/breakthroughbusinessdevelopment/USRF',
        'statusText', 'Breakthrough Business Development RSS',
        'target', '_self'
        )
        ),
     
		7, new Hash(
        'contents', 'About/Contact',
        'contentsHover', 'About/Contact',
        'uri', '/about_us/',
        'statusText', 'About/Contact',
        'target', '_self',
         1, new Hash(
        'contents', 'About Pareto Systems',
        'contentsHover', 'About Pareto Systems',
        'uri', '/about_us/',
        'statusText', 'About Pareto Systems',
        'target', '_self'
        ),
        2, new Hash(
        'contents', 'Contact Pareto Systems',
        'contentsHover', 'Contact Pareto Systems',
        'uri', '/contact-us.html',
        'statusText', 'Contact Pareto Systems',
        'target', '_self'
        )
        )  
));
// }}}
