//styles
var color = {border:'#000000', shadow:'#DBD8D1', bgON:'DE3236', bgOVER:'#000000'};
var css = {ON:'clsCMOn', OVER:'clsCMOver'};
var STYLE = {border:1, shadow:2, color:color, css:css};

//items and formats
var MENU_ITEMS = [
	{pos:'relative', itemoff:[0,99], leveloff:[21,0], style:STYLE, size:[22,100]},
	{code:"Home", "url":"index.html"},
	{code:"About Us", "url":"about.html"},
	{code:"Whats New", "url":"whatsnew.html"},
	{code:"Products", "url":"products.html",
		sub:[
			{itemoff:[21,0], leveloff:[0,0], size:[22,150]},
			{code:"Portables", "url":"portables.html"},
			{code:"Mobiles", "url":"mobiles.html"},
			{code:"Accessories", "url":"accessories.html"},
			{code:"Infrastructure", "url":"infrast.html"},			
			{code:"GPS Tracking", "url":"gps.html"}
		]
	},
	{code:"Services", "url":"services.html"},		
	{code:"Rentals", "url":"rentals.html"},
	{code:"Contact Us", "url":"contact.html"}
];
