BLANK_IMAGE = 'http://www.cnlbr.org/Portals/_default/Skins/Cnblr/b.gif';
//keywords
var code="code";var url="url";var sub="sub";

var STYLE = {
	border:0, borders:[0,0,0,0], 	// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#003300",	// color of the item border, if any
		shadow:"#003300",	// color of the item shadow, if any
		bgON:"#003300",		// background color for the items
		bgOVER:"#003300"	    // 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_ITEMS6 = [
	{pos:"relative", itemoff:[21,0], leveloff:[0,95], style:STYLE, size:[22,200]},
	
	
		{code:"Photo Archives", ocode:"Photo Archives", url:"http://www.cnlbr.org/UnderConstruction/tabid/96/Default.aspx",
		sub:[
			{},
		]
	},

	
];


