BLANK_IMAGE = 'http://www.dalepetersonauthor.com/images/pixel.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:'31508f',	// color of the item border, if any
		shadow:'31508f',	// color of the item shadow, if any
		bgON:'',		// background color for the items
		bgOVER:''	// 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 STYLE2 = {
	border:1,			// item's border width, pixels; zero means 'none'
	shadow:0,			// item's shadow size, pixels; zero means 'none'
	color:{
		border:'#31508f',	// color of the item border, if any
		shadow:'#31508f',	// color of the item shadow, if any
		bgON:'#d6dce9',		// background color for the items
		bgOVER:'#d6dce9'	// background color for the item which is under mouse right now
	},
	css:{
		ON:'clsCMOn2',		// CSS class for items
		OVER:'clsCMOver2'	// CSS class for item which is under mouse
	}
};

var MENU_ITEMS_01 = [
	{pos:'relative', itemoff:[0,51], leveloff:[0,0], style:STYLE, size:[29,80]},
	{code:'Home', url:'http://www.dalepetersonauthor.com/index.html', format:{itemoff:[0,50], size:[29,55], style:STYLE}
	},
	{code:'Works', url:'http://www.dalepetersonauthor.com/elephant_reflections.html', format:{itemoff:[0,90], size:[29,58], style:STYLE},
		sub:[
			{itemoff:[30,0], leveloff:[34,0], size:[31,330], style:STYLE2},
			{code:'Giraffe Reflections (in progress)', url:'http://www.dalepetersonauthor.com/giraffe_reflections.html'},
			{code:'The Moral Lives of Animals', url:'http://www.dalepetersonauthor.com/moral_lives_of_animals.html'},
			{code:'Elephant Reflections', url:'http://www.dalepetersonauthor.com/elephant_reflections.html'},
			{code:'Jane Goodall', url:'http://www.dalepetersonauthor.com/jane_goodall.html'},						
			{code:'Eating Apes', url:'http://www.dalepetersonauthor.com/eating_apes.html'},
			{code:'Beyond Innocence', url:'http://www.dalepetersonauthor.com/africa_in_my_blood.html'},
			{code:'Africa in my Blood', url:'http://www.dalepetersonauthor.com/africa_in_my_blood.html'},
			{code:'Storyville USA', url:'http://www.dalepetersonauthor.com/storyville_usa.html'},
			{code:'Demonic Males', url:'http://www.dalepetersonauthor.com/demonic_males.html'},
			{code:'Chimpanzee Travels', url:'http://www.dalepetersonauthor.com/chimpanzee_travels.html'},
			{code:'Visions of Caliban', url:'http://www.dalepetersonauthor.com/visions_of_caliban.html'},
			{code:'Deluge and the Ark', url:'http://www.dalepetersonauthor.com/deluge_and_the_ark.html'},
			{code:'CoCo Logo', url:'http://www.dalepetersonauthor.com/1982-1985.html'},
			{code:'The Dolphins&rsquo; Pearl', url:'http://www.dalepetersonauthor.com/dolphins_pearl.html'},
			{code:'Intelligent Schoolhouse', url:'http://www.dalepetersonauthor.com/1982-1985.html'},
			{code:'Genesis II', url:'http://www.dalepetersonauthor.com/1982-1985.html'},
			{code:'Big Things from Little Computers', url:'http://www.dalepetersonauthor.com/1982-1985.html'},
			{code:'A Mad People&rsquo;s History of Madness', url:'http://www.dalepetersonauthor.com/1982-1985.html'}
			]
	},
	{code:'Biography', url:'biography.html', format:{itemoff:[0,90], size:[29,85], style:STYLE}
	},
	{code:'Media', url:'media.html', format:{itemoff:[0,115], size:[29,55], style:STYLE}
	},
	{code:'Links', url:'links.html', format:{itemoff:[0,90], size:[29,50], style:STYLE}
	},
	{code:'Blog', url:'http://www.psychologytoday.com/blog/bloggers/dale-peterson-phd', format:{itemoff:[0,80], size:[29,80], style:STYLE}
	},
	{code:'Site Map', url:'site_map.html', format:{itemoff:[0,80], size:[29,80], style:STYLE}
	},
	{code:'Contact', url:'contact.html', format:{itemoff:[0,110], size:[29,70], style:STYLE}
	}
];

