// {{{ domMenu_main: data

domMenu_data.set('domMenu_main', new Hash(
    1, new Hash(
        'contents', 'About US',
        'uri', '#',
        
        'statusText', 'RA Agencies PVT. LTD.',
		
       1, new Hash(
            'contents', 'Corporate',
            'uri', 'corporate.html',
			//'target', '_blank',
            'statusText', 'RA Agencies PVT. LTD.'
        ),
	  2, new Hash(
            'contents', 'Vision ',
            'uri', 'vision.html',
			//'target', '_blank',
            'statusText', 'RA Agencies PVT. LTD.'
        ),
	  3, new Hash(
            'contents', 'Staff',
            'uri', 'staff.html',
		//	'target', '_blank',
            'statusText', 'RA Agencies PVT. LTD.'
        )
	),
    

   2, new Hash(
        'contents', 'Customers',
        'uri', '#',
        'statusText', '',
        1, new Hash(
            'contents', 'Molds',
            'uri', 'customers_molds_northzone.html',
		    'statusText', 'RA Agencies PVT. LTD.'
        ),
        2, new Hash(
            'contents', 'Machinery',
            'uri', 'customers_machines_northzone.html',
            'statusText', 'RA Agencies PVT. LTD.'
        )
		),
      3, new Hash(
        'contents', 'Network',
        //'contentsHover', 'Must Reads!',
        'uri', 'network.html',
        'statusText', 'RA Agencies PVT. LTD.'
        
		),
	   4, new Hash(
        'contents', 'News',
        //'contentsHover', 'Must Reads!',
		'uri', 'news.html',
        'statusText', 'RA Agencies PVT. LTD.'
        
		),
	   5, new Hash(
        'contents', 'Brochures',
        //'contentsHover', 'Must Reads!',
        'uri', 'brochures.html',
        'statusText', 'RA Agencies PVT. LTD.'
        
		),
	
	  6, new Hash(
        'contents', 'Media',
        //'contentsHover', 'Must Reads!',
        'uri', 'media.html',
        'statusText', 'RA Agencies PVT. LTD.'
        
		),
	  7, new Hash(
        'contents', 'Testimonials',
        //'contentsHover', 'Must Reads!',
		'uri', 'testimonial.html',
       'statusText', 'RA Agencies PVT. LTD.'
        
		),
    8, new Hash(
        'contents', 'Contact Us ',
        //'contentsHover', 'Must Reads!',
        'uri', 'contact.html',
        'statusText', 'RA Agencies PVT. LTD.'
        )
		));

// }}}
// {{{ domMenu_main: settings

domMenu_settings.set('domMenu_main', new Hash(
    'subMenuWidthCorrection', -1,
    'verticalSubMenuOffsetX', -1,
    'verticalSubMenuOffsetY', -1,
    'horizontalSubMenuOffsetX', domLib_isOpera ? 0 : 1,
    'horizontalSubMenuOffsetY', domLib_isOpera ? -1 : 0,
    'openMouseoverMenuDelay', 100,
    'closeMouseoutMenuDelay', 300,
    'expandMenuArrowUrl', 'gifs/expand-0.gif',
    'baseUri', 'http://www.quakercolor.com'
));

