BLANK_IMAGE = 'images/b.gif';

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#282A55",	// color of the item border, if any
		shadow:"",	// color of the item shadow, if any
		bgON:"#282A55",		// background color for the items
		bgOVER:"#A2BDD7"	// 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,114], leveloff:[21,0], style:STYLE, size:[22,115]},
	{code:"Home",
		sub:[
		]
	},
	{code:"Racing",
		sub:[
			{itemoff:[21,0]},
			{code:"Results","url":"results",
				sub:[
				]
			},
			{code:"Schedule","url":"schedule",
				sub:[
				]
			},
			{code:"Courses","url":"courses",
				sub:[
				]
			},
			{code:"Instructions","url":"instructions",
				sub:[
				]
			},
			
		]
	},
	{code:"Events","url":"easterregatta",
		sub:[

		]
	},
	{code:"News","url":"news",
		sub:[

		]
	},
	{code:"Weather","url":"weather",
		sub:[
			{itemoff:[21,0]},
			{code:"Tides","url":"weather/tides.php",
				sub:[
				]
	
			},			
			{code:"Marine Forcast","url":"weather",
				sub:[
				]
			},
			
		]
	},	
	{code:"Contact Us","url":"contact",
		sub:[

		]
	},
	{code:"Photos","url":"photos",
		sub:[

		]
	},	
	
	
	
];

