var STYLE = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#8E9DA7",	// color of the item border, if any
		shadow:"#999999",	// color of the item shadow, if any
		bgON:"transparent",		// background color for the items
		bgOVER:"#ffffff"	// 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
		ACTIVE:"clsCMActive"
	}
};
var STYLE2 = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#ffffff",	// color of the item border, if any
		shadow:"#999999",	// color of the item shadow, if any
		bgON:"ffffff",		// background color for the items
		bgOVER:"#CF500B"	// 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:[10,120], itemoff:[0,140], leveloff:[45,0], style:STYLE},
	
	{code:'<div class="center">products</div>', url:"/prod_top.cfm", format:{size:[50,55]},
		sub:[
			{itemoff:[17,0], style:STYLE2, "size":[22,85]},
			{code:"fixed", "url":"/prod_commercial.cfm"},
			{code:"mobile", "url":"/prod_mobile.cfm"},
			{code:"surveillance", "url":"/surveillance.cfm"},
			{code:"military", "url":"/prod_military.cfm"},
			{code:"ATM/services", "url":"/services.cfm"},
			//{code:"&nbsp;&nbsp;&nbsp;&nbsp;-firefly", "url":"/prod_firefly.cfm"},
			//{code:"&nbsp;&nbsp;&nbsp;&nbsp;-rhino", "url":"/prod_rhino.cfm"},
		]
	},
	
	{code:'<div class="center">technology</div>', url:"/t_tech.cfm", "format":{"size":[50,96], "itemoff":[0,62]},
		sub:[
			{itemoff:[17,0], style:STYLE2, "size":[22,120]},
		]
	},
	
	{code:'<div class="center">news</div>', url:"/news.cfm", "format":{"size":[50,50], "itemoff":[0,100]},
		sub:[
			{itemoff:[17,0], style:STYLE2, "size":[22,15]},
		]
	},
	
	{code:'<div class="center">faq</div>', url:"/c_faqs/faq_operations.cfm","format":{"size":[50,43], "itemoff":[0,60]},
		sub:[
			{itemoff:[17,0], style:STYLE2, "size":[22,100]},
			{code:"operations", "url":"/c_faqs/faq_operations.cfm"},
			{code:"capabilities", "url":"/c_faqs/faq_capabilities.cfm"},
			{code:"regulatory/safety", "url":"/c_faqs/faq_regulatory.cfm"},
			{code:"siting", "url":"/c_faqs/faq_site.cfm"},
			{code:"procurement", "url":"/c_faqs/faq_procure.cfm"}
		]
	},
	{code:'<div class="center">request info</div>', url:"/r_request.cfm", "format":{"size":[50,80], "itemoff":[0,49]},
		sub:[
			{itemoff:[17,0], style:STYLE2, "size":[22,105]},
		]
	},
	{code:"about us", url:"/a_company.cfm", "format":{"size":[50,65], "itemoff":[0,87]},
		sub:[
			{itemoff:[17,0], style:STYLE2, "size":[22,105]},
			{code:"company overview", "url":"/a_company.cfm"},
			{code:"board of directors", "url":"/a_board.cfm"},
			{code:"contact us", "url":"/a_contact.cfm"},
			{code:"careers", "url":"/a_careers.cfm"},
			{code:"resources", "url":"/a_resources.cfm"},
			{code:"press", "url":"/a_press.cfm"}
		]
	}
];
