var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:4,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#666666",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"white",		// background color for the items
		bgOVER:"#C9EAFF"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOver"	// CSS class  for item which is under mouse
	}
};
var STYLE2 = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:4,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#666666",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"white",		// background color for the items
		bgOVER:"#C9EAFF"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn2",		// CSS class for items
		OVER:"clsCMOver2"	// CSS class  for item which is under mouse
	}
};

var MENU_ITEMS = [
	{pos:"relative", itemoff:[0,70], leveloff:[0,0], style:STYLE, size:[22,71]},
	{code:"Home", format:{size:[22,51]}, url:"default.asp"},
	{code:"Members Area", format:{itemoff:[0,50], size:[22,91]}, url:"login.asp",
sub:[
			{itemoff:[21,0], leveloff:[21,0], size:[22,111], style:STYLE2},
			{code:"Member Login", "url":"login.asp"},
			{code:"Edit Member Profile", "url":"MemberRecord.asp"},
			{code:"Member Directory", "url":"members.asp"}
		]
	},
	
	{code:"About ITCC", format:{itemoff:[0,90]}, url:"aboutitcc.asp",
		sub:[
			{itemoff:[21,0], leveloff:[21,0], size:[22,111], style:STYLE2},
			{code:"Member Benefits", "url":"article.asp?artid=6"},
			{code:"Board of Directors", "url":"ITCCBoardOficers.asp"},
			{code:"Mission and History", "url":"ITCCMission.asp"},
			{code:"Programs", "url":"ITCCPrograms.asp"}
		]
	},
	{code:"Links", url:"links.asp"},
	{code:"Articles", url:"articles.asp",
		sub:[
			{itemoff:[21,0], leveloff:[21,0], size:[22,111], style:STYLE2},
			{code:"Business", "url":"Articles.asp?FormName=Search&FormAction=search&search=&category_id=5"},
			{code:"Career", "url":"Articles.asp?FormName=Search&FormAction=search&search=&category_id=8"},
			{code:"Club Information", "url":"Articles.asp?FormName=Search&FormAction=search&search=&category_id=10"},
			{code:"Culture", "url":"Articles.asp?FormName=Search&FormAction=search&search=&category_id=9"},
			{code:"Education", "url":"Articles.asp?FormName=Search&FormAction=search&search=&category_id=7"},
			{code:"Exporting", "url":"Articles.asp?FormName=Search&FormAction=search&search=&category_id=1"},
			{code:"Importing", "url":"Articles.asp?FormName=Search&FormAction=search&search=&category_id=2"},
			{code:"Technology", "url":"Articles.asp?FormName=Search&FormAction=search&search=&category_id=6"},
			{code:"Trade Policy", "url":"Articles.asp?FormName=Search&FormAction=search&search=&category_id=3"}
		]
	},
	{code:"Events", format:{size:[22,51]},url:"events.asp"},
	{code:"Communicate", format:{itemoff:[0,50], size:[22,91]}, url:"forummain.asp",
		sub:[
			{itemoff:[21,0], leveloff:[21,0],  size:[22,111], style:STYLE2},
			{code:"Bulletin Board", "url":"forummain.asp"},
			{code:"Your ITCC Messages", "url":"messages.asp"},
			{code:"Live Chat", "url":"chat.asp"}
		]
	},
	{code:"Join", format:{itemoff:[0,90]}, url:"join.asp",
		sub:[
			{itemoff:[21,0], leveloff:[21,0],   size:[22,111], style:STYLE2},
			{code:"New Member", "url":"join.asp"},
			{code:"Renew Membership", "url":"renew.asp"}
		]
	},
	{code:"Administer", url:"administer.asp"}
];
