var STYLE = {
	border:1,			// 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:"",	// color of the item shadow, if any
		bgON:"#D5DBD5",		// background color for the items
		bgOVER:"#9ACBF2"	// 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 color = {"border":"#666666", "shadow":"#DBD8D1", "bgON":"white","bgOVER":"#B6BDD2"};

var background1_css = {"ON":"clsCMBackground1On", "OVER":"clsCMBackground1Over"};
var background2_css = {"ON":"clsCMBackground2On", "OVER":"clsCMBackground2Over"};
var background3_css = {"ON":"clsCMBackground3On", "OVER":"clsCMBackground3Over"};
var background4_css = {"ON":"clsCMBackground4On", "OVER":"clsCMBackground4Over"};
var STYLE_BACKGROUND2_1 = {"border":1, "shadow":2, "color":color, "css":background1_css};
var STYLE_BACKGROUND2_2 = {"border":1, "shadow":2, "color":color, "css":background2_css};
var STYLE_BACKGROUND2_3 = {"border":1, "shadow":2, "color":color, "css":background3_css};
var STYLE_BACKGROUND2_4 = {"border":1, "shadow":2, "color":color, "css":background4_css};


var MENU_ITEMS = [
	{pos:'relative', itemoff:[0,99], leveloff:[0,0], style:STYLE, size:[22,100]},
	{code:"Home", url:"http://www.johnclive.net"},
	{code:"Actor", url:"http://www.johnclive.net/actor/acindex.php", "format":{"size":[22,175]},
		sub:[
			{itemoff:[21,0], leveloff:[21,0]},
			{code:"Introduction", "url":"http://www.johnclive.net/actor/acprofile.php"},
			{code:"Reviews: Film and Theatre", "url":"http://www.johnclive.net/actor/filmandtheatrereviews.php"},
			{code:"Reviews: Perils of Pendragon", "url":"http://www.johnclive.net/actor/perilsreviews.php"},
			{code:"Film Credits", "url":"http://www.johnclive.net/actor/filmcredits.php"},
			{code:"TV Credits", "url":"http://www.johnclive.net/actor/tvcredits.php"},
			{code:"Stage Credits", "url":"http://www.johnclive.net/actor/stagecredits.php"},
			{code:"Commercials Credits", "url":"http://www.johnclive.net/actor/commercialcredits.php"},
			{code:"Newspaper Clippings", "url":"http://www.johnclive.net/actor/acnewspaperclippings.php"},
			{code:"Film Clip Downloads", "url":"http://www.johnclive.net/actor/filmclips.php"},
			{code:"Photo Gallery", "url":"http://www.johnclive.net/photogallery/photogallery.php"}
		]
	},
		{code:"Author", url:"http://www.johnclive.net/author/auindex.php", "format":{"size":[22,150]},
		sub:[
			{itemoff:[21,0], leveloff:[21,0]},
			{code:"Books", "url":"http://www.johnclive.net/author/books.php"},
			{code:"Book Reviews", "url":"http://www.johnclive.net/author/bookreviews.php"},
			{code:"Book Cover Gallery", "url":"http://www.johnclive.net/bookcovergallery/bookcovergallery.php"},
			{code:"Bestseller Listings", "url":"http://www.johnclive.net/author/aunewspaperclippings.php"},
			{code:"Documentary", "url":"http://www.johnclive.net/author/documentary.php"},
			{code:"Books For Sale", "url":"http://www.johnclive.net/author/booksforsale.php"}
		]
	},
			{code:"Guestbook", url:"http://www.johnclive.net/guestbook/index.php", "format":{"size":[22,200]}},
			{code:"Links", url:"http://www.johnclive.net/links.php", "format":{"size":[22,200]}},
			{code:"Reciprocal Links", url:"http://www.johnclive.net/linksreciprocal.php", "format":{"size":[22,200]}},
			{code:"Contact", url:"http://www.johnclive.net/contact.php", "format":{"size":[22,100]}}
];

