BLANK_IMAGE = '../Images/nav/b.gif';

var STYLE = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:2,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#666666",	// color of the item border, if any
		shadow:"black",	// color of the item shadow, if any
		bgON:"#62002f",		// background color for the items
		bgOVER:"#CCCCCC"	// 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:"relative", itemoff:[0,92], leveloff:[25,10], style:STYLE, size:[30,95]},
	{code:"Home", url:"../index.html"},
	{code:"FIRST",
		sub:[
			{itemoff:[25,0]},
			{code:"FIRST", url:"http://www.usfirst.org"},
			{code:"FIRST Impact", url:"../impact.html"},
		]
	},
	{code:"About Us", url:"../aboutus.html"},
	{code:"Calendar", url:"../Documents/calendar.pdf"},
	{code:"Gallery", url:"../gallery.html"},
	{code:"Links",
		sub:[
			{itemoff:[25,0]},
			{code:"Sponsors", url:"../sponsers.html"},
			{code:"Documents", url:"../documents.html"},
			{code:"Parent Info.", url:"../parentinfo.html"}
		]
	},
	{code:"History",
		sub:[
			 {itemoff:[25,0]},
			 {code:"2000", url:"../History/2000.htm"},
			 {code:"2001", url:"../History/2001.htm"},
			 {code:"2002", url:"../History/2002.htm"},
			 {code:"2003", url:"../History/2003.htm"},
			 {code:"2004", url:"../History/2004.htm"},
			 {code:"2005", url:"../History/2005.htm"},
			 {code:"2006", url:"../History/2006.htm"},
		]
	},
	{code:"Team Bio\'s",
		sub:[
			 {itemoff:[25,0]},
			 {code:"Students", url:"../students.htm"},
			 {code:"Mentors", url:"../mentors.htm"},
		]
	},
];
