BLANK_IMAGE = 'images/b.gif';

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#FFFFFF",	// color of the item border, if any
		bgON:"#0A2E52",		// background color for the items
		bgOVER:"#0A2E52"	// 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,118], leveloff:[20,0], style:STYLE, size:[20,118]},
	{code:"About CTE", url:"http://www.ccisd.net/cte/index.html",
		sub:[
			{itemoff:[20,0]}
		]	
	},
	{code:"SLCs", url:"http://www.ccisd.net/cte/slc.html",
		sub:[
			{itemoff:[20,0]},
		]	
	},
	{code:"Programs", url:"",
		sub:[
			{itemoff:[20,0]},
			{code:"Prjt. Lead the Way", url:"http://www.ccisd.net/cte/pltw.html"},
			{code:"Culinary Arts", url:"http://www.ccisd.net/cte/ca.html"},
			{code:"Media Technology", url:"http://www.ccisd.net/cte/tech.html"},
			{code:"Auto Technology", url:"http://www.ccisd.net/cte/auto.html"},
			{code:"Longhorn/CASE", url:"http://www.ccisd.net/cte/case.html"},
			{code:"Ready, Set, Teach", url:"http://www.ccisd.net/cte/teach.html"},
			{code:"Health Science", url:"http://www.ccisd.net/cte/healthscience.html"},
			{code:"Mentorship", url:"http://www.ccisd.net/cte/mentor.html"}
		]			
	},
	{code:"News", url:"http://www.ccisd.net/cte/news.html",
		sub:[
			{itemoff:[20,0]},
			{code:"Current News", url:"http://www.ccisd.net/cte/news.html"},
			{code:"Archive", url:"http://www.ccisd.net/cte/news_archive.html"}
			
	]
		},
	{code:"Contacts", url:"http://www.ccisd.net/cte/contacts.html",
		sub:[
			{itemoff:[20,0]},
			
		]
	}
];
