//styles
var color = {border:'#0F245D', shadow:'#999999', bgON:'#00006C', bgOVER:'#ffffff'};
var css = {ON:'clscmon', OVER:'clscmover'};
var STYLE = {border:1, shadow:0, color:color, css:css};

//items and formats
var MENU_ITEMS = [
	{pos:'relative', itemoff:[0,0], leveloff:[0,0], style:STYLE, size:[0,0]},
	{code:'',
		sub:[
			{itemoff:[24,0], leveloff:[26,130], size:[25,180]},
			{code:'General News', url:"index.php?page=general-news"},
			{code:'Licences and Qualifications', url:"index.php?page=licences-qualifications"}
		]
	},

	{code:'',
		sub:[
			{itemoff:[24,0], leveloff:[26,230], size:[25,180]},
			{code:'Vacuum Excavation', url:"index.php?page=vacuum-excavation"},
			{code:'Cable Location', url:"index.php?page=cable-location"},
			{code:'Pothole Reinstatement', url:"index.php?page=pothole-reinstatement"},
			{code:'Mini Excavator Hire', url:"index.php?page=mini-excavator-hire"},
			{code:'Survey Investigation', url:"index.php?page=survey-investigation"},
			{code:'Consulting Services', url:"index.php?page=consulting-services"}
		]
	},

	{code:'',
		sub:[
			{itemoff:[24,0], leveloff:[26,320], size:[25,180]},
			{code:'Current Contracts', url:"index.php?page=current-contracts"},
			{code:'Past Contracts', url:"index.php?page=past-contracts"}
		]
	}
];