BLANK_IMAGE = 'images/b.gif';

var STYLE = {
	borderWidth:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#666666",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#FE9900",		// background color for the items
		bgOVER:"white"	// 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:[0,0], itemoff:[0,142], leveloff:[25,0], style:STYLE, size:[28,143]},
	{code:"Home", url:"index.html"},
	{code:"About Us", url:"aboutus.html"},
	{code:"Services",
		sub:[
			{itemoff:[25,0]},
			{code:"Your legal Team",url:"yourlegalteam.html"},
			{code:"StartupStart",url:"startupstart.html"},
			{code:"ComplianceCheck",url:"compliancecheck.html"},
			{code:"ContractCheck", url:"contractcheck.html"},
			{code:"DiligenceCheck", url:"diligencecheck.html"},
			{code:"AngelConnect", url:"angelconnect.html"},
		]
	},
	{code:"KBase", url:"kbase.html"},
	{code:"Contact", url:"contact.html"},
];
