/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'http://www.londes.com'],
	['Articles', '?v=recent', null,
		['Recent Articles', '?v=recent'],
		['Submit an Article', '?v=submit'],
		['Columnists', '?v=columnists'],
		['Type II Strategy', '?v=t2'],
		['Extended Strategy', '?v=ext'],
		['Block Strategy', '?v=block'],
		['Type I Strategy', '?v=t1']
	],
	['Decks', '?v=decks', null,
		['Deck Database', '?v=decks'],
		['Type II Decks', '?v=t2_decks&format=Type+2'],
		['Type I Decks', '?v=t1_decks&format=Type+1'],
		['Extended Decks', '?v=ext_decks&format=Extended'],
		['Block Decks', '?v=block_decks&format=Block']
	],
	['Online Store', 'http://www.abugames.com/londes.html', null,
		['Magic Singles', 'http://www.abugames.com/londes.html'],
		['Magic Boxes', 'http://www.abugames.com/londes.html'],
		['Magic Packs', 'http://www.abugames.com/londes.html'],
		['Sell to Us', 'http://www.abugames.com/londes.html'],
		['Store FAQ', '?v=storefaq'],
		['Store Policies', '?v=policies']
	],
	['Forums', 'http://londes.com/forums', null,
		['Join Londes.com', 'http://londes.com/forums/register.php'],
		['Discussion Forums', 'http://www.londes.com/forums']
	],
	['Resources', 'http://www.abugames.com/londes.html', null,
		['RSS Feed', 'http://www.londes.com/rss.xml'],
		['Card Search', 'http://www.abugames.com/londes.html'],
		['Banned/Restricted List', '?v=bannedlist']
	],
	['Fantasy Cards', '?v=fantasy', null,
		['Londes Fantasy Cards', '?v=fantasy'],
		['Schedule', '?v=fcschedule'],
		['Fantasy Card Forum', 'http://www.londes.com/forums/forumdisplay.php?f=16'],
		['Archived Winners', '?v=fantasy_archive']
	],
	['Company', '?v=about', null,
		['About Us', '?v=about'],
		['Contact Us', '?v=contact'],
		['Staff List', '?v=staff'],
		['Advertising', '?v=advertising'],
		['Positions Available', '?v=positions'],
		['Contests/Promotions', '?v=promotions']
	]
];
