BLANK_IMAGE = 'scripts2/b.gif';

var STYLE = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#666666",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"white",		// background color for the items
		bgOVER:"white"	// 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: [160, 10], itemoff: [0, 110], leveloff: [25, 0], style: STYLE, size: [35, 140] },
	{ code: "Home", url: "index.html" },
	{ code: "About Mike",
	    sub: [
			{ itemoff: [23, 0] },
			{ code: "Who is Mike Lejeune", url: "/mikelejeune/about_mike.html" },
			{ code: "More About Mike", url: "/mikelejeune/about_mike2.html" }
		]
	},
	{ code: "Speaking",
	    sub: [
			{ itemoff: [23, 0] },
			{ code: "Mike's Focus", url: "/mikelejeune/speaking.html" },
			{ code: "Topics", url: "/mikelejeune/speaking2.html" },
			{ code: "Mike's Videos", url: "/mikelejeune/mikesvideos.html" }
			
		]
	},
	{ code: "Endorsements", url: "/mikelejeune/endorsements.html" },
	{ code: "Contact", url: "/mikelejeune/contact.html" },
	{ code: "Training Products", url: "http://store.mikelejeune.com/" }
];
