/*

  --- menu items --- 

  note that this structure has changed its format since previous version.

  additional third parameter is added for item scope settings.

  Now this structure is compatible with Tigra Menu GOLD.

  Format description can be found in product documentation.

*/

var MENU_ITEMS = [

	["<div style='padding: 2px;' align='center'>Home</div>", '/', null

	],

	["<div style='padding: 2px;' align='center'>Products  <img src='down_arrow.gif' border='0'></div>", '#', null,

		["<div>Accessories</div>", 'browse.php'],
		
		["<div>Canoes</div>", 'canoes.php'],

		["<div>Touring Kayaks</div>", 'sea.php'],

		["<div>Recreational Kayaks</div>", 'rec_kayaks.php'],
		
		["<div>Sit-on-top Kayaks</div>", 'sitontop_kayaks.php'],

		["<div>Whitewater Kayaks</div>", 'whitewater.php'],

		["<div>Outrigger Canoes</div>", 'outrigger_main.php'],
		
		["<div>Stand Up Paddle Boards</div>", 'stand_up_paddle_boards.php']

	],

	["<div style='padding: 2px;' align='center'>Services  <img src='down_arrow.gif' border='0'></div>", '#', null,

		['Rentals', 'rental.php'],

		['Events', 'events.php'],

		['Lessons - Canoe', 'CanoeLessons.php'], 
		
		['Lessons - Kayak' , 'TouringKayakLessons.php'],

		['Lessons - Whitewater', 'WWKayakLessons.php'],
	
		['Demo Days', 'demo_days.php'],
		
		['SUP/Hobie Demo Days', 'demo_other.php'],

		['Paddling Resources', 'links.php'],
		
		['Jobs', 'sales-job.php']

	],

	["<div style='padding: 2px;' align='center'>About Us  <img src='down_arrow.gif' border='0'></div>", '#', null,

		['Contact Us', 'contact.php'],

		['How To Find Us', 'directions.php'],

		['Tour The Store', 'tour_store.php'],
		
		['Employment', 'sales-job.php']

	],

	["<div style='padding: 2px;' align='center'>Specials  <img src='down_arrow.gif' border='0'></div>", '#', null,

		['Kayaks On Sale', 'home/SummerSaleKayaks2011.pdf'],
		
		['Canoes On Sale', 'home/SummerSaleCanoes2011.pdf'],

		['Featured Products', 'product_listing.php?cat_id=156']

	]

];




