//keywords
var code="code";var url="url";var sub="sub";
//styles
var color = {"border":"#666666", "shadow":"#DBD8D1", "bgON":"","bgOVER":"#996666"};
var css = {"ON":"clsCMOn", "OVER":"clsCMOver"};
var STYLE = {"border":0, "shadow":0, "color":color, "css":css};
var colorSub = {"border":"#ffffee", "shadow":"#DBD8D1", "bgON":"#ddddbb","bgOVER":"#eeeecc"};
var cssSub = {"ON":"clsCMOnSub", "OVER":"clsCMOverSub"};
var STYLESub = {"border":0, "shadow":0, "color":colorSub, "css":cssSub};
//items and formats
var MENU_ITEMS1 =
[
	{"pos":[0,0], "itemoff":[0,97], "leveloff":[21,0], "style":STYLE, "size":[19,105]},
	{code:"<img src='graphics/menuarrow.gif'>&nbsp;ABOUT ICS",
		sub:[
			{"itemoff":[22,0], "leveloff":[19,0], "style":STYLESub, "size":[22,180]},
			{code:"<img src='graphics/menuarrow.gif'>&nbsp;CORPORATE INFORMATION", url:"corporate.html"},
			{code:"<img src='graphics/menuarrow.gif'>&nbsp;HISTORY", url:"history.html"},
			{code:"<img src='graphics/menuarrow.gif'>&nbsp;AFFILIATIONS", url:"affiliations.html"}
		]
	},
	{code:"<img src='graphics/menuarrow.gif'>&nbsp;PRODUCTS",
		sub:[
			{"itemoff":[22,0], "leveloff":[19,0], "style":STYLESub, "size":[22,230]},
			{code:"<img src='graphics/menuarrow.gif'>&nbsp;COLLEGIATE RECRUITER", url:"collegiaterecruiter.html"},
			{code:"<img src='graphics/menuarrow.gif'>&nbsp;CHAPTER MEMBER MANAGEMENT", url:"chaptermembermanagement.html"},
			{code:"<img src='graphics/menuarrow.gif'>&nbsp;NATIONAL RECRUITER", url:"nationalrecruiter.html"}
		]
	},
	{code:"<img src='graphics/menuarrow.gif'>&nbsp;SUPPORT",
		sub:[
			{"itemoff":[22,0], "leveloff":[19,0], "style":STYLESub, "size":[22,200]},
			{code:"<img src='graphics/menuarrow.gif'>&nbsp;REQUEST INFORMATION", url:"requestinfo.html"},
			{code:"<img src='graphics/menuarrow.gif'>&nbsp;PHONE NUMBERS AND EMAIL", url:"contact.html"}
		]
	},
	{code:"<img src='graphics/menuarrow.gif'>&nbsp;CLIENTS",
		sub:[
			{"itemoff":[22,0], "leveloff":[19,0], "style":STYLESub, "size":[22,191]},
			{code:"<img src='graphics/menuarrow.gif'>&nbsp;WHAT CLIENTS ARE SAYING", url:"quotes.html"},
			{code:"<img src='graphics/menuarrow.gif'>&nbsp;INSTITUTIONS USING ICS", url:"institutions.html"},
			{code:"<img src='graphics/menuarrow.gif'>&nbsp;SUCCESS STORIES", url:"success.html"}
		]
	},
			{code:"<img src='graphics/menuarrow.gif'>&nbsp;NEWS", url:"press.html", "format":{"arrow":"graphics/clear.gif", "oarrow":"graphics/clear.gif", "arrsize":[16,13], "itemoff":[0,97]},
		sub:[
			
			{},
		]
	},
			{code:"<img src='graphics/menuarrow.gif'>&nbsp;CONTACT US", url:"contact.html", "format":{"arrow":"graphics/clear.gif", "oarrow":"graphics/clear.gif", "arrsize":[16,13], "itemoff":[0,90]},
		sub:[
			
			{},
		
		]
	}
];



