var STYLE = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#000000",	// color of the item border, if any
		shadow:"#cccccc",	// color of the item shadow, if any
		bgON:"#343D60",		// background color for the items
		bgOVER:"#5C8DB3"	// 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,100], leveloff:[20,20], style:STYLE, size:[22,100]},
	{code:"Ittatsoo Bay Vision", url:"welcome.php?Ittatsoo-Bay=Vision"},
		{code:"The Uplands", url:"welcome.php?Ittatsoo-Bay=The_Uplands"},
				{code:"News", url:"welcome.php?Ittatsoo-Bay=News"},


	{code:"Photo Gallery", url:"gallery.php"},
			{code:"Directions", url:"welcome.php?Ittatsoo-Bay=Directions"},

		{code:"Pricing", url:"welcome.php?Ittatsoo-Bay=Pricing"},

	{code:"Contact", url:"welcome.php?Ittatsoo-Bay=Contact"}


];
