BLANK_IMAGE = 'images/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:"#1f314f",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#a4c2c2",		// background color for the items
		bgOVER:"#1f314f"	// 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:[80,96], itemoff:[0,150], leveloff:[22,0], style:STYLE, size:[22,140]},
	{code:"Home", url:"default.html", "format":{"size":[22,120]}
	},
	{code:"Who We Are",
		sub:[
			{itemoff:[22,0]},
			{code:"History", url:"past.html", "format":{"size":[22,140]}},			
			{code:"People", url:"cbrstaff.html", "format":{"size":[22,140]}},
			{code:"Places", url:"places.html", "format":{"size":[22,140]}}
			]
	},
	{code:"What We Do",
		sub:[
			{itemoff:[22,0]},		
			{code:"Human and Ecological Health", url:"human-eco-health.html", "format":{"size":[22,230]}},
			{code:"Rivers and Coasts", url:"rivers-coasts.html", "format":{"size":[22,230]}},
			{code:"RiverSphere", url:"riversphere.html", "format":{"size":[22,230]}},			
			{code:"UrbanEco Initiative", url:"urban-ecosystem-projects.html", "format":{"size":[22,230]}},
			{code:"Arts and the Environment", url:"arts-environment.html", "format":{"size":[22,230]}},
			{code:"Environmental Learning", url:"environmental-learning.html", "format":{"size":[22,230]}},
			{code:"Community and Cultural Development", url:"community-cultural.html", "format":{"size":[22,230]}}			
			]
	},
	{code:"CBR Web Sites",
		sub:[
			{itemoff:[22,0]},
			{code:"A Studio In The Woods", url:"http://astudiointhewoods.org", target:"_blank", "format":{"size":[22,250]}},		
			{code:"E.Hormone", url:"http://e.hormone.tulane.edu", target:"_blank", "format":{"size":[22,250]}},
			{code:"Energy Smart at Tulane", url:"http://green.tulane.edu/energysmart/EnergySmart.html", target:"_blank", "format":{"size":[22,250]}},	
			{code:"Envrironmental Endocrinology Laboratory", url:"http://e.hormone.tulane.edu/elabs/", target:"_blank", "format":{"size":[22,250]}},			
			{code:"Environmental Stewardship (DOE)", url:"http://www.cbr.tulane.edu/lts/", target:"_blank", "format":{"size":[22,250]}},								
			{code:"Green.Tulane.Edu", url:"http://green.tulane.edu", target:"_blank", "format":{"size":[22,250]}},		
			{code:"Invasive Species", url:"http://is.cbr.tulane.edu", target:"_blank", "format":{"size":[22,250]}},
			{code:"Katrina Worker Lung Health Study", url:"http://katrinaworkerstudy.tulane.edu", target:"_blank", "format":{"size":[22,250]}},
			{code:"KERRN", url:"http://kerrn.org", target:"_blank", "format":{"size":[22,250]}},			
			{code:"LEAG", url:"http://leag.tulane.edu", target:"_blank", "format":{"size":[22,250]}},	
			{code:"Living Cultures Project", url:"http://livingculturesproject.org", target:"_blank", "format":{"size":[22,250]}},				
			{code:"Office of Environmental Affairs", url:"http://www.tulane.edu/~eaffairs/", target:"_blank", "format":{"size":[22,250]}},		
			{code:"Recycle.Tulane.Edu", url:"http://recycle.tulane.edu/", target:"_blank", "format":{"size":[22,250]}},					
			{code:"Reinhabit New Orleans", url:"http://reinhabitneworleans.org", target:"_blank", "format":{"size":[22,250]}},						
			{code:"RiverSphere", url:"http://riversphere.tulane.edu", target:"_blank", "format":{"size":[22,250]}},
			{code:"Training Minority Scientists (ONR)", url:"http://cbr.tulane.edu/onr/", target:"_blank", "format":{"size":[22,250]}},					
			]
	},
	{code:"Contact Us", url:"contactus.html", "format":{"size":[22,120]}
	},
	{code:"Search", url:"search.html", "format":{"size":[22,120]}
	}
];
