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 = [
	{pos:'relative', leveloff:[21,0], style:STYLE, size:[21,10]},
	{code:"BC",itemoff:[0,0],size:[21,80],
		sub:[
			{itemoff:[21,0],style:STYLE1,size:[21,100]},
			{code:"Vancouver",url:"http://www.aplin.com/vancouver-job-search/"}
		]
	},
	{code:"|",itemoff:[0,80],size:[21,10]},
	{code:"Alberta",itemoff:[0,10],size:[21,75],
		sub:[
			{itemoff:[21,0],leveloff:[21,-15],style:STYLE1,size:[21,100]},
    			{code:"Calgary",url:"http://www.aplin.com/calgary-job-search/"},
			{code:"Edmonton",url:"http://www.aplin.com/edmonton-job-search/"}
		]
	},
	{code:"|",itemoff:[0,75],size:[21,10]},
	{code:"Saskatchewan",itemoff:[0,10],size:[21,110],
		sub:[
			{itemoff:[21,0],leveloff:[21,-15],style:STYLE1,size:[21,140]},
			{code:"Saskatoon",url:"http://www.aplin.com/saskatoon-job-search/"}
		]
	},
	{code:"|",itemoff:[0,110],size:[21,10]},
	{code:"Manitoba",itemoff:[0,10],size:[21,75],
		sub:[
			{itemoff:[21,0],leveloff:[21,-15],style:STYLE1,size:[21,100]},
			{code:"Winnipeg",url:"http://www.aplin.com/winnipeg-job-search/"}
		]
	},
	{code:"|",itemoff:[0,75],size:[21,10]},
	{code:"Ontario",itemoff:[0,10],size:[21,75],
		sub:[
			{itemoff:[21,0],leveloff:[21,-15],style:STYLE1,size:[21,100]},
    			{code:"Toronto",url:"http://www.aplin.com/mississauga-job-search/"},
			{code:"Mississauga",url:"http://www.aplin.com/mississauga-job-search/"},
			{code:"Ottawa",url:"http://www.aplin.com/ottawa-job-search/"}
		]
	},
	{code:"|",itemoff:[0,75],size:[21,10]},
	{code:"Quebec",itemoff:[0,10],size:[21,75],
		sub:[
			{itemoff:[21,0],leveloff:[21,-15],style:STYLE1,size:[21,100]},
			{code:"Montreal",url:"http://www.aplin.com/montreal-job-search/"}
		]
	},
	{code:"|",itemoff:[0,75],size:[21,10]},
	{code:"Atlantic Canada",itemoff:[0,10],size:[21,120],
		sub:[
			{itemoff:[21,0],style:STYLE1},
			{code:"Halifax",url:"http://www.aplin.com/halifax-job-search/"},	
			{code:"Newfoundland",url:"http://www.aplin.com/newfoundland-job-search/"}		
		    ]
	},
	{code:"|",itemoff:[0,120],size:[21,10]},
	{code:"Corporate",itemoff:[0,10],size:[21,90],url:"http://www.aplin.com/corporate/"}
];
