BLANK_IMAGE = '../images/b.gif';

var STYLE = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#fff",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#222222",		// background color for the items
		bgOVER:"#e0b236"	// 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 MENU_ITEMS = [
	{pos:'absolute'},
	{code:"<img src='../images/nav_01.jpg' width='72' height='35' />", size:[35,72], itemoff:[0,0], leveloff:[0,0],
	ocode:"<img src='../images/nav-on_01.jpg' width='72' height='35' />", url:"../Default.aspx", rel:"nofollow", alt:"Home", title:"Home"
	},
	{code:"<img src='../images/nav_02.jpg' width='92' height='35' />", size:[35,92], itemoff:[0,72], leveloff:[0,0],"format":{
	ocode:"<img src='../images/nav-on_02.jpg' width='92' height='35' />", url:"../about", rel:"nofollow", alt:"About Us", title:"About Us"
	},
			sub:[
			{leveloff:[35,0],"size":[34,92], itemoff:[33,0]},
//			{code:"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;In the News", style:STYLE, url:"../about/News.aspx"}
			{code:"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Videos", style:STYLE, url:"../about/Videos.aspx"}
		]
	},
	{code:"<img src='../images/nav_03.jpg' width='90' height='35' />", size:[35,90], itemoff:[0,92], leveloff:[0,0],
	ocode:"<img src='../images/nav-on_03.jpg' width='90' height='35' />", url:"../packages", rel:"nofollow", alt:"Packages", title:"Packages"
	},
	{code:"<img src='../images/nav_04.jpg' width='93' height='35' />", size:[35,93], itemoff:[0,90], leveloff:[0,0],"format":{
	ocode:"<img src='../images/nav-on_04.jpg' width='93' height='35' />", url:"../products", rel:"nofollow", alt:"Products", title:"Products"
	},
			sub:[
			{leveloff:[35,0],"size":[34,210], itemoff:[33,0]},
			{code:"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Force Protection", style:STYLE, url:"../products/Force-Protection.aspx"},			
			{code:"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Enhanced Capabilities", style:STYLE, url:"../products/Enhanced-Capabilities.aspx"},
			{code:"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Situational Awareness", style:STYLE, url:"../products/Situational-Awareness.aspx"},
			{code:"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Non-Lethal Solutions", style:STYLE, url:"../products/NonLethal-Solutions.aspx"}
		]
	},
	{code:"<img src='../images/nav_05.jpg' width='112' height='35' />", size:[35,112], itemoff:[0,93], leveloff:[0,0],
	ocode:"<img src='../images/nav-on_05.jpg' width='112' height='35' />", url:"../contact", rel:"nofollow", alt:"Contact Us", title:"Contact Us"
	},
];



