domMenu_data.set('domMenu_main', new Hash(
	
1, new Hash(
		'contents', 'About Us',
		
1, new Hash(
			'contents', 'Who We Are',
			'uri', '/about/who_we_are.html'
		),
		
2, new Hash(
			'contents', 'Co-Motion Staff',
			'uri', '/about/staff.html'
		),
		
3, new Hash(
			'contents', 'Employment',
			'uri', '/about/employment.html'
		),
		
4, new Hash(
			'contents', 'Contact Us',
			'uri', '/about/contact.html'
		),
		
5, new Hash(
			'contents', 'Order a Catalog',
			'uri', '/about/catalog_order.html'
		),
		
6, new Hash(
			'contents', 'Find A Dealer',
			'uri', 'http://co-motion.com/dealer_locator/index.php'
		)
	),    
	

2, new Hash(
		'contents', 'Blog',
		
1, new Hash(
			'contents', 'Co-Motion Blog',
			'uri', 'http://co-motion.com/blog'
		),
		
2, new Hash(
			'contents', 'Tandem Race Blog',
			'uri', 'http://co-motion.com/blog'
		)
	),
	
	

3, new Hash(
		'contents', 'Single Bikes',
		

1, new Hash(
			'contents', 'All Single Bikes',
			'uri', '/single_bikes/single_bikes.html'
		),
		2, new Hash(
			'contents', 'Road, Cyclocross',
			'uri', '/single_bikes/single_bikes_road.html'
		),
		
3, new Hash(
			'contents', 'Tour',
			'uri', '/single_bikes/single_bikes_tour.html'
		),
		
4, new Hash(
			'contents', 'Custom Single Bikes',
			'uri', '/custom_bikes/custom.html'
		)
	),
	
4, new Hash(
		'contents', 'Tandem Bikes',
		
1, new Hash(
			'contents', 'All Tandems',
			'uri', '/tandem_bikes/tandem_bikes.html'
		),
		
2, new Hash(
			'contents', 'Periscopes',
			'uri', '/tandem_bikes/tandem_bikes_periscopes.html'
		),
		3, new Hash(
			'contents', 'Race',
			'uri', '/tandem_bikes/tandem_bikes_race.html'
		),
		
4, new Hash(
			'contents', 'Performance',
			'uri', '/tandem_bikes/tandem_bikes_performance.html'
		),
		5, new Hash(
			'contents', 'Triples / Quads / Quints',
			'uri', '/tandem_bikes/tandem_multi_bikes.html'
		),
		
6, new Hash(
			'contents', 'Tandem Sizing',
			'uri', '/tandem_bikes/tandem_sizing.html'
		),
		7, new Hash(
			'contents', 'Custom Tandems',
			'uri', '/custom_bikes/custom.html'
		)
	),
	
	
5, new Hash(
		'contents', 'Colors',
		
1, new Hash(
			'contents', 'Color Options',
			'uri', '/colors/color_gallery.html'
		),
		
2, new Hash(
			'contents', 'Paint Gallery',
			'uri', 'http://co-motion.com/new_site/gallery2/main.php'
		),
		3, new Hash(
			'contents', 'Touch-Up Paints',
			'uri', '/information/faq/touch_up_paint.html'
		)
	),
	
	6, new Hash(
		'contents', '"Ride Together" Shop',
		'uri', 'http://www.co-motion.com/comotion_store/index.php/',
		
1, new Hash(
			'contents', 'Co-Motion Team Gear',
			'uri', 'http://www.co-motion.com/comotion_store/index.php/team-gear.html'
		),
		
2, new Hash(
			'contents', 'Tshirts and Hats',
			'uri', 'http://www.co-motion.com/comotion_store/index.php/catalog/category/view/s/logo-wear/id/6/'
		),
		
3, new Hash(
			'contents', 'Socks',
			'uri', 'http://www.co-motion.com/comotion_store/index.php/'
		),
		
4, new Hash(
			'contents', 'Co-Motion Accessories',
			'uri', 'http://www.co-motion.com/comotion_store/index.php/travel-accessories.html'
		),
		
5, new Hash(
			'contents', 'Travel Cases & Accessories',
			'uri', 'http://www.co-motion.com/comotion_store/index.php/travel-cases.html'
		),
		6, new Hash(
			'contents', 'Tandem Accessories',
			'uri', 'http://www.co-motion.com/comotion_store/index.php/'
		)
	
	),
	
	

7, new Hash(
		'contents', 'Information',
		
1, new Hash(
			'contents', 'FAQ',
			'uri', '/information/faq.html'
		),
		
2, new Hash(
			'contents', 'Fitting Guide',
			'uri', '/information/fitting_guide.html'
		),
		
3, new Hash(
			'contents', 'Warranty Information',
			'uri', '/information/warranty.html'
		),
		
4, new Hash(
			'contents', 'S&S Couplers',
			'uri', '/information/s&s_couplers.html'
		),
		
5, new Hash(
			'contents', 'Dealer Login',
			'uri', '/dealers/'
		)
	)
));

// }}}

// {{{ domMenu_main: settings

domMenu_settings.set('domMenu_main', new Hash(
	    'menuBarWidth', '100%',
	    'distributeSpace', true,
		'subMenuWidthCorrection', 0,
	    'verticalSubMenuOffsetX', -1,
	    'verticalSubMenuOffsetY', -1,
	    'horizontalSubMenuOffsetX', domLib_isOpera ? 0 : 1,
	    'horizontalSubMenuOffsetY', domLib_isOpera ? -1 : 0,
	    'openMouseoverMenuDelay', 100,
	    'closeMouseoutMenuDelay', 300,
	    'expandMenuArrowUrl', 'arrow.gif',
	    'baseUri', 'http://www.co-motion.com'
));

// }}}
