BLANK_IMAGE = 'images/b.gif';

var STYLE = {
	border:0,
	shadow:0,
	color:{
		border:'',
		bgON:'',
		bgOVER:''
	},
	css:{
		ON:'nav',
		OVER:'navhover'
	}	
	
};
var SUB = {
	border:0,
	shadow:0,
	color:{
		border:'',
		bgON:'',
		bgOVER:''
	},
	css:{
		ON:'On',
		OVER:'Over'
	}	
	
};

var MENU_ITEMS = [
	{pos:'relative', itemoff:[19,0], leveloff:[0,0], style:STYLE, size:[14,65]},
	{code:'SERVICES', format:{size:[14,65]},
			sub:[
			{itemoff:[14,0], leveloff:[8,63], style:SUB},
			{code:'<img src="images/blue.gif" width="196" height="2" />',  format:{size:[10,196]}},
			{code:'Selection Processes', url:"selection.html", format:{size:[14,222]}},
			{code:'Management Effectiveness Reviews', url:"managementeffectiveness.html", format:{size:[14,222]}},
			{code:'Organizational Design & Development', url:"organizationaldesign.html", format:{size:[14,222]}},
			{code:'Employee Relations', url:"employeerelations.html", format:{size:[14,222]}},
			{code:'Coaching', url:"coaching.html", format:{size:[14,222]}},
			{code:'Training & Workshops', url:"training.html", format:{size:[14,222]}},
			{code:'Facilitation', url:"facilitation.html", format:{size:[14,222]}},
			{code:'Investigations', url:"investigations.html", format:{size:[14,222]}},
		]
},
];



