// {{{ domMenu_main: data

domMenu_data.set('domMenu_main', new Hash(
    1, new Hash(
        'contents', 'About Us',
        'uri', '',
        
        'statusText', '',
		
       1, new Hash(
            'contents', 'Profile',
            'uri', 'profile.html',
			//'target', '_blank',
            'statusText', ''
        ),
	  2, new Hash(
            'contents', 'Vision & Mission',
            'uri', 'vision-mission.html',
			//'target', '_blank',
            'statusText', ''
			),
	  3, new Hash(
            'contents', 'Why Lakshya?',
            'uri', 'why-lakshya.html',
			//'target', '_blank',
            'statusText', ''
			)
        ),
	  
    2, new Hash(
        'contents', 'Services',
        'uri', '',
        'statusText', '',
		1, new Hash(
            'contents', 'Freight Forwarding',
            'uri', 'services.html',
			//'target', '_blank',
            'statusText', ''
        ),
	  2, new Hash(
            'contents', 'Customs Clearance',
            'uri', 'services.html#c2',
			//'target', '_blank',
            'statusText', ''
        ),
	 
	  3, new Hash(
            'contents', 'Warehouse Management',
            'uri', 'services.html#c3',
		//	'target', '_blank',
            'statusText', ''
        ),
	  4, new Hash(
            'contents', 'Insurance Services ',
            'uri', 'services.html#c4',
		//	'target', '_blank',
            'statusText', ''
        ),
	  5, new Hash(
            'contents', 'Port Handling Service',
            'uri', 'services.html#c5',
			//'target', '_blank',
            'statusText', ''
			),
	  6, new Hash(
            'contents', 'Packing and Moving Service',
            'uri', 'services.html#c6',
		//	'target', '_blank',
            'statusText', ''
        ),
	  7, new Hash(
            'contents', 'Inbound Traffic',
            'uri', 'services.html#c7',
			//'target', '_blank',
            'statusText', ''
			),
	  8, new Hash(
            'contents', 'Clearing & Forwarding',
            'uri', 'services.html#c8',
			//'target', '_blank',
            'statusText', ''
		/*	),
	   9, new Hash(
            'contents', 'Telecom Security',
            'uri', 'prd_xLIM.html',
			//'target', '_blank',
            'statusText', ''
			),
	   10, new Hash(
            'contents', 'Brochures',
            'uri', 'download.html',
			//'target', '_blank',
            'statusText', ''*/
			),
	    9, new Hash(
            'contents', 'Project Management',
            'uri', 'services.html#c9',
			//'target', '_blank',
            'statusText', ''
        )
	   ),
    3, new Hash(
        'contents', 'Clients',
       // 'contentsHover', 'Live Demos',
        'uri', 'client.html',
        'statusText', ''
		),
    4, new Hash(
        'contents', 'Career',
        //'contentsHover', 'Tutorials',
         'uri', '',
        'statusText', '',
		1, new Hash(
            'contents', 'Work Culture',
            'uri', 'work-culture.html',
			//'target', '_blank',
            'statusText', ''
        ),
		2, new Hash(
            'contents', 'New Openings',
            'uri', 'new-opening.html',
			//'target', '_blank',
            'statusText', ''
        )
		),
    5, new Hash(
        'contents', 'Infrastructure',
        //'contentsHover', 'Site Designs',
         'uri', 'infrastructure.html',
        'statusText', ''
        
         ),
  /*  6, new Hash(
        'contents', 'Media',
        //'contentsHover', 'Must Reads!',
        'uri', '',
        'statusText', '',
		1, new Hash(
            'contents', 'Press News',
            'uri', 'press_news.html',
            'statusText', ''
		),
		2, new Hash(
            'contents', 'Press Releases',
            'uri', 'press_releases.html',
            'statusText', '' 
        
		),
		3, new Hash(
            'contents', 'Press Clippings',
            'uri', 'press_clippings.html',
            'statusText', ''
		),
		4, new Hash(
            'contents', 'Fact Sheet',
            'uri', 'fact_sheet.html',
            'statusText', '' 
        
		),
		5, new Hash(
            'contents', 'Media Kit',
            'uri', 'media_kit.html',
            'statusText', ''
		),
		6, new Hash(
            'contents', 'Newsletter',
            'uri', 'newsletter.html',
            'statusText', '' 
			)
		),*/
	/*6, new Hash(
       'contents', 'Careers',
       // 'contentsHover', 'Must Reads!',
        'uri', '',
       'statusText', '',
	   1, new Hash(
            'contents', 'Work Culture',
            'uri', 'careers-1.html',
			//'target', '_blank',
            'statusText', ''
        ),
		2, new Hash(
            'contents', 'Job Openings',
            'uri', 'openings.html',
			//'target', '_blank',
            'statusText', ''
        )
	   
	),*/
	6, new Hash(
       'contents', 'Contact Us',
       // 'contentsHover', 'Must Reads!',
         'uri', 'contact-us.html',
       'statusText', ''
	   )
	)
	);

// }}}
// {{{ 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'
));


