// items structure
// each item is the array of one or more properties:
// [text, link, settings, subitems ...]
// use the builder to export errors free structure if you experience problems with the syntax

var MENU_ITEMS = [


['Home', 'http://saxontackle.com/?page_id=126', {'tt' : 'Go to the Home page'}],

		
['Carp Gear', null, null,
		['Saxon Carp Rods', 'http://saxontackle.com/?page_id=46'],
		['- Saxon Range', 'http://saxontackle.com/?page_id=262'],
		['Delkim Bite Alarms', 'http://saxontackle.com/?page_id=6'],
		['- Delkim Alarm Range', 'http://saxontackle.com/?page_id=258'],
		['- Delkim Accessories', 'http://saxontackle.com/?page_id=360'],
		['Mimik Life-Like Baits', 'http://saxontackle.com/?page_id=1398'],
		['Spomb Bait Delivery', 'http://saxontackle.com/?page_id=1088'],
        ['TFG Leader Systems', 'http://saxontackle.com/?page_id=538']
	],

['Custom Rods', null, null,
				
		['Surf Rods', 'http://saxontackle.com/?page_id=1298']
	
	],


['About Us', null, null,
		['About Saxon Tackle', 'http://saxontackle.com/?page_id=2'],
		
		['Contact Us', 'http://saxontackle.com/?page_id=266']
	
	],


['Ordering', null, null,
		['Saxon Outlets', 'http://saxontackle.com/?page_id=74']
		],




	['Community', null, null,
		['Our Photo Gallery', 'http://saxontackle.com/?page_id=294'],
['Saxon Blog', 'http://saxontackle.com/?page_id=570'],
['Follow us on Facebook', 'http://www.facebook.com/pages/Saxon-Tackle/119629731380752',{'tw' : '_blank'}]
	]


];

