var STYLE = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#BFEAAA",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#65c932",		// background color for the items
		bgOVER:"#65c932"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"LeftMenuTitle",		// CSS class for items
		OVER:"LeftMenuTitle"	// CSS class  for item which is under mouse
	}
};

var STYLE1 = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#BFEAAA",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#65c932",		// background color for the items
		bgOVER:"#36a100"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"LeftMenu",		// CSS class for items
		OVER:"LeftMenuOver"	// CSS class  for item which is under mouse
	}
};

var STYLE2 = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#a3df82",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#65c932",		// background color for the items
		bgOVER:"#36a100"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"LeftMenuSub",		// CSS class for items
		OVER:"LeftMenuSubOver"	// CSS class  for item which is under mouse
	}
};

var MENU_TITLE_HOME = [
	{pos:'relative', leveloff:[0,0], itemoff:[15,0], style:STYLE, size:[17,190]},
 	{code:"Home", url:"index.html"},
];

var MENU_TITLE0 = [
	{pos:'relative', leveloff:[0,0], itemoff:[15,0], style:STYLE, size:[17,190]},
 	{code:"Customer Login", url:"010_Login.html"},
];

var MENU_TITLE1 = [
	{pos:'relative', leveloff:[0,0], itemoff:[15,0], style:STYLE, size:[17,190]},
 	{code:"Corporate Information"},
];

var MENU_ITEMS1 = [
	{pos:'relative', leveloff:[0,0], itemoff:[15,0], style:STYLE1, size:[17,190]},
	{code:"About Intelegacy Corporation",
		sub:[
				{itemoff:[14,0], style:STYLE2, size:[16,155], leveloff:[0,190]},
				{code:"Mission and Values", "url":"111_Mission.html"},
				{code:"Partners", "url":"113_Partners.html"},
				{code:"Privacy Policy", "url":"020_Privacy.html"}
			]
	},
	{code:"Press Releases", "url":"112_Press_Releases.html"},
	{code:"Careers", url:"140_Careers.html"},
	{code:"Contact Us", url:"160_ContactUs.html"
	},
];

var MENU_TITLE2 = [
	{pos:'relative', leveloff:[0,0], itemoff:[15,0], style:STYLE, size:[17,190]},
 	{code:"The FX-Product Line"},
];

var MENU_ITEMS2 = [
	{pos:'relative', leveloff:[0,0], itemoff:[15,0], style:STYLE1, size:[17,190]},
	{code:"Product Overview", "url":"300_Product.html"},
	{code:"FX-Products",
			sub:[
				{itemoff:[14,0], style:STYLE2, size:[16,155], leveloff:[0,190]},
				{code:"FX-Harvest", "url":"330_FX_Harvest.html"},
				{code:"FX-Growth", "url":"320_FX_Growth.html"},
				{code:"FX-Ground", "url":"310_FX_Ground.html"},
				{code:"FX-Soil", "url":"360_FX_Soil.html"},
				{code:"FX-Dust", "url":"365_FX_Dust.html"},
				{code:"FX-Ponds", "url":"340_FX_Pond.html"},
				{code:"FX-Septic", "url":"350_FX_Septic.html"},
				{code:"FX-Toxins", "url":"370_FX_Toxin.html"}
			]
	},
	{code:"Carbon Credits", url:"380_Carbon_Credits.html"
	},
];

var MENU_TITLE3 = [
	{pos:'relative', leveloff:[0,0], itemoff:[15,0], style:STYLE, size:[17,190]},
 	{code:"Applications"},
];

var MENU_ITEMS3 = [
	{pos:'relative', leveloff:[0,0], itemoff:[15,0], style:STYLE1, size:[17,190]},
	{code:"Agricultural", url:"240_Farmers.html"},
	{code:"Industrial", url:"250_Industrial.html"},
	{code:"Consumer", "url":"210_Consumers.html"},
	{code:"Environmental", url:"260_Environmental.html"
	},
];

var MENU_TITLE4 = [
	{pos:'relative', leveloff:[0,0], itemoff:[15,0], style:STYLE, size:[17,190]},
 	{code:"Support"},
];

var MENU_ITEMS4 = [
	{pos:'relative', leveloff:[0,0], itemoff:[15,0], style:STYLE1, size:[17,190]},
		{code:"Professional Services", url:"400_Services.html"},
		{code:"Frequently Asked Questions", url:"299_FAQs.html"},
		{code:"Resources", url:"470_Resources.html"
		},	
];
