var STYLE = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#006666",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#01A4A3",		// background color for the items
		bgOVER:"#01A4A3"	// 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 MENU_ITEMS = [
	{pos:"relative", itemoff:[0,120], leveloff:[0,0], style:STYLE, size:[22,120]},
	{code:"Home", url:"../index.htm"},
	{code:"Diving", url:"../diving-nanaimo.htm"},
	{code:"Snorkeling", url:"../snorkeling-with-the-seals.htm"},

	{code:"Dive Sites", url:"../nanaimo-dive-sites.htm",
		sub:[
			{itemoff:[21,0], leveloff:[21,0]},
			{code:"The Cape Breton", "url":"../cape-breton.htm"},
			{code:"The Saskatchewan", "url":"../saskatchewan.htm"},
			{code:"The RivTow Lion", "url":"../rivtow.htm"},
				{code:"Natural Sites", "url":"../natural-sites.htm"}
				]
			},
			{code:"Packages", url:"../nanaimo-dive-packages.htm",
		sub:[
			{itemoff:[21,0], leveloff:[21,0]},
			{code:"Diving", "url":"../cape-breton.htm"},
			{code:"Snorkeling", "url":"../snorkeling.htm"}
				]
			},
				
							{code:"Contact", url:"../contact.htm"}
							


];
