//styles
var color = {border:'#ffffff', shadow:'#999999', bgON:'#004D77', bgOVER:'#004D77'};
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:[22,0], leveloff:[0,193], size:[23,170]},
			{code:'Residential', url:"index.php?page=barbeques-residential"},
			{code:'Cookout/Marine', url:"index.php?page=barbeques-cookout"},
			{code:'Accessories', url:"index.php?page=barbeques-accessories"}

		]
	},
	{code:'',
		sub:[
			{itemoff:[22,0], leveloff:[25,193], size:[23,170]},
			{code:'Marine Department', url:"index.php?page=marine-department"},
			{code:'Rails', url:"index.php?page=marine-rails"},
			{code:'Awnings', url:"index.php?page=marine-awnings"},
			{code:'Accessories', url:"index.php?page=marine-accessories"},
			{code:'Gallery', url:"index.php?page=marine-gallery"},
			{code:'Manson Anchors', url:"index.php?page=manson-anchors"}
		]
	},
	{code:'',
		sub:[
			{itemoff:[22,0], leveloff:[51,193], size:[23,170]},
			{code:'Electro Polishing', url:"index.php?page=electro-polishing"},
			{code:'Gallery', url:"index.php?page=electro-gallery"}
		]
	},
	{code:'',
		sub:[
			{itemoff:[22,0], leveloff:[77,193], size:[23,170]},
			{code:'Tanks & Fermenters', url:"index.php?page=tanks-fermenters"},
			{code:'Gallery', url:"index.php?page=tanks-gallery"}
		]
	},
	{code:'',
		sub:[
			{itemoff:[22,0], leveloff:[103,193], size:[23,170]},
			{code:'Handrails', url:"index.php?page=commercial-handrails"},
			{code:'Balustrades', url:"index.php?page=commercial-balustrades"},
			{code:'Custom Architectural', url:"index.php?page=commercial-custom-architectural"},
			{code:'Signage & Lettering', url:"index.php?page=commercial-signage"},
			{code:'Custom Kitchens & Bars', url:"index.php?page=commercial-kitchens"},
			{code:'Pool Fencing', url:"index.php?page=commercial-pool"}
		]
	},
	{code:'',
		sub:[
			{itemoff:[22,0], leveloff:[129,193], size:[23,170]},
			{code:'Pool Grating', url:"index.php?page=residential-pool-grating"},
			{code:'Pool Fencing', url:"index.php?page=residential-pool-fencing"},
			{code:'Balustrades', url:"index.php?page=residential-balustrades"},
			{code:'BBQ\'s', url:"index.php?page=barbeques-residential"},
			{code:'Custom Architectural', url:"index.php?page=residential-architectural"}
		]
	},
	{code:'',
		sub:[
			{itemoff:[22,0], leveloff:[155,193], size:[23,170]},
			{code:'Furniture', url:"index.php?page=furniture"},
			{code:'Gallery', url:"index.php?page=furniture-gallery"}
		]
	}
];

