BLANK_IMAGE = 'http://www.aplin.com/images/spacer.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:"#FFFFFF",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#141742",		// background color for the items
		bgOVER:"#141742"	// 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 STYLE1 = {
	border:1,			// item's border width, pixels; zero means "none"
	borders:[1,0,1,1],
	shadow:0,	// item's shadow size, pixels; zero means "none"
	color:{
		border:"#FFFFFF",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#87899f",		// background color for the items
		bgOVER:"#F7931D"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn1",		// CSS class for items
		OVER:"clsCMOver1"	// CSS class  for item which is under mouse
	}
};

var MENU_ITEMS_NEW = [
	{pos:'relative', leveloff:[21,0], style:STYLE, size:[21,10]},
	{code:"BC",itemoff:[0,0],size:[21,80],
		sub:[
			{itemoff:[21,0],leveloff:[-21,-10],style:STYLE1,size:[21,100]},
			{code:"Vancouver",url:"http://www.aplin.com/vancouver-job-search/\" target=\"_parent"}
		]
	},
	{code:"|",itemoff:[0,80],size:[21,10]},
	{code:"Alberta",itemoff:[0,26],size:[21,75],
		sub:[
			{itemoff:[21,0],leveloff:[-42,-10],style:STYLE1,size:[21,100]},
    			{code:"Calgary",url:"http://www.aplin.com/calgary-job-search/\" target=\"_parent"},
			{code:"Edmonton",url:"http://www.aplin.com/edmonton-job-search/\" target=\"_parent"}
		]
	},
	{code:"|",itemoff:[0,90],size:[21,10]},
	{code:"Saskatchewan",itemoff:[0,26],size:[21,110],
		sub:[
			{itemoff:[21,0],leveloff:[-21,0],style:STYLE1,size:[21,110]},
			{code:"Saskatoon",url:"http://www.aplin.com/saskatoon-job-search/\" target=\"_parent"}
		]
	},
	{code:"|",itemoff:[0,128],size:[21,10]},
	{code:"Manitoba",itemoff:[0,26],size:[21,75],
		sub:[
			{itemoff:[21,0],leveloff:[-21,-10],style:STYLE1,size:[21,100]},
			{code:"Winnipeg",url:"http://www.aplin.com/winnipeg-job-search/\" target=\"_parent"}
		]
	},
	{code:"|",itemoff:[0,95],size:[21,10]},
	{code:"Ontario",itemoff:[0,26],size:[21,75],
		sub:[
			{itemoff:[21,0],leveloff:[-63,-12],style:STYLE1,size:[21,100]},
    			{code:"Toronto",url:"http://www.aplin.com/mississauga-job-search/\" target=\"_parent"},
			{code:"Mississauga",url:"http://www.aplin.com/mississauga-job-search/\" target=\"_parent"},
			{code:"Ottawa",url:"http://www.aplin.com/ottawa-job-search/\" target=\"_parent"}
		]
	},
	{code:"|",itemoff:[0,90],size:[21,10]},
	{code:"Quebec",itemoff:[0,26],size:[21,75],
		sub:[
			{itemoff:[21,0],leveloff:[-21,-12],style:STYLE1,size:[21,100]},
			{code:"Montreal",url:"http://www.aplin.com/montreal-job-search/\" target=\"_parent" }
		]
	},
	{code:"|",itemoff:[0,90],size:[21,10]},
	{code:"Atlantic Canada",itemoff:[0,26],size:[21,120],
		sub:[
			{itemoff:[21,0],leveloff:[-21,-10],style:STYLE1,size:[21,145]},
			{code:"Halifax",url:"http://www.aplin.com/halifax-job-search/\" target=\"_parent"},	
		]
	},
	{code:"|",itemoff:[0,135],size:[21,10]},
	{code:"Corporate",itemoff:[0,25],size:[21,90],url:"http://www.aplin.com/corporate/\" target=\"_parent"}
];
