BLANK_IMAGE = 'images/b.gif';

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"4A83BA",	// color of the item border, if any
		shadow:"#4A83BA",	// color of the item shadow, if any
		bgON:"4A83BA",		// background color for the items
		bgOVER:"#4A83BA"	// 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:'relative', delay:[100, 100], itemoff:[0,99], leveloff:[21,0], style:STYLE, size:[21,125]},
		{code:"Home",url:"index.html"},
		{code:"About us",url:"about_cubex_systems.html"},
		
		{code:"Solutions",url:"solutions.html",
		sub:[
			{itemoff:[21,0], levelFilters:'progid:DXImageTransform.Microsoft.Shadow(direction=135,color=#aaaaaa,strength=3)'},
			{code:"E-Commerce",url:"ecommerce.html"},
			{code:"CRM",url:"crm.html"},
			{code:"Online Accouting",url:"onlineaccounting.html"}
		]
	},
			
			{code:"Outsourcing",url:"outsourcing.html",
		sub:[
			{itemoff:[21,0], levelFilters:'progid:DXImageTransform.Microsoft.Shadow(direction=135,color=#aaaaaa,strength=3)'},
			{code:"Software Development",url:"software_development.html"},
			{code:"Support",url:"support.html"},
			{code:"Web Design",url:"designing.html"},
		]
	},
	
	{code:"Clients",url:"clients.html",
	sub:[
		{itemoff:[21,0], levelFilters:'progid:DXImageTransform.Microsoft.Shadow(direction=135,color=#aaaaaa,strength=3)'},
		{code:"Portfolio",url:"ourportfolio.html"},
		
		]
	
	},
	{code:"Contact us",url:"contactus.php"},
	



];
