
// left, top, width, height

var MENU_ITEMS_SEA = [

	['Home', 					 '/Scotland/SeaFishingInScotland.asp?dom='+dom, 		[0, 80, 84, 20]],
	['Species',        '/Scotland/SpeciesOfSeaFish.asp?dom='+dom,					[85, 0, 93, 20]],
	['Shore Fishing',  '/Scotland/ShoreFishing.asp?dom='+dom,							[94, 0, 116, 20]],
	['Boat Fishing',   '/Scotland/BoatFishing.asp?dom='+dom,      				[117, 0, 120, 20]],
	['Boat Directory', '/Scotland/BoatDirectory.asp?dom='+dom,          	[121, 0, 126, 20]],
	['Conservation',   '/Scotland/Conservation.asp?dom='+dom, 						[127, 0, 117, 20]],
	['Advice',         '/Scotland/AdviceForSeaAnglers.asp?dom='+dom, 			[118, 0, 93, 20]],
	['New To Sea',     '/Scotland/NewToSea.asp?dom='+dom,        					[94, 0, 114, 20]],
	['Clubs',          '/Scotland/SeaFishingClubs.asp?dom='+dom,        	[115, 0, 84, 20]],

];
