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:{
		bgON:"none",		// background color for the items
		bgOVER:"#7596c9"	// 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 SUBSTYLE = {
	border:0,
	css:{
		ON:"subon",
		OVER:"subover"
	}};

var MENU_ITEMS1 = [
	{pos:"relative", itemoff:[26,0], leveloff:[0,224], style:STYLE, size:[25,224]},
    	{code:'GENERAL INFORMATION', url:"../kc/index.php?page=general-information",
		sub:[
			{style:SUBSTYLE, size:[25,160],leveloff:[0, 224],itemoff:[26,0]},
			{code:"ANNUAL REPORTS"},
			{code:"ARTICLES/MEDIA REPORTS"},
			{code:"HANDBOOKS"}
		]
	},
	{code:'LEARNING COMMUNITIES', size:[25,224], itemoff:[26,0], url:"../kc/index.php?page=learning-communities",
        sub:[
			{style:SUBSTYLE, size:[25,130],itemoff:[26,0],leveloff:[-26,224]},
			{code:"BREARLEY"},
			{code:"STIRLING"},
			{code:"FORREST"},
                        {code:"YEAR 10"}
		]
        },
	{code:'STUDENT ACTIVITIES', itemoff:[26,0], url:"../kc/index.php?page=student-activities"},
        {code:'CONTACT US', itemoff:[26,0], url:"../kc/index.php?page=contact"},];	