var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#002d62",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#002d62",		// background color for the items
		bgOVER:"white"	// 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:[10,141], itemoff:[0,139], leveloff:[21,0], style:STYLE, size:[22,145]},
	{code:"Home", url:"index.shtml",
		sub:[
		]
	},
	{code:"About Us", url:"about.shtml",
		sub:[
			{itemoff:[21,0], size:[22,160]},
			{code:"From The Principal", "url":"about_principal.shtml"},
			{code:"Philosophy", "url":"about_philosophy.shtml"},
			{code:"Location & Bus Services", "url":"about_transport.shtml"},
			{code:"Building Program", "url":"about_building.shtml"},
			{code:"School Policies", "url":"about_policies.shtml"}
		]
	},
	{code:"Enrolments", url:"enrol.shtml",
		sub:[
			{itemoff:[21,0], size:[22,145]},
			{code:"How to Enrol", "url":"enrol_howto.shtml"},
			{code:"Scholarships", "url":"enrol_scholarships.shtml"},
			{code:"Fee Structure", "url":"enrol_fees.php"},
			{code:"School Open Days", "url":"enrol_opendays.shtml"},
			{code:"Year 7 Trial Days", "url":"enrol_trialdays.shtml"},
			{code:"Uniform & Booklists", "url":"enrol_booklist.shtml"}
		]
	},
	{code:"Curriculum", url:"curriculum.shtml",
		sub:[
			{itemoff:[21,0], size:[22,145]},
			{code:"Junior", "url":"curriculum_junior.shtml"},
			{code:"Senior", "url":"curriculum_senior.shtml"},
			{code:"House System", "url":"curriculum_house.shtml"},
			{code:"Music", "url":"curriculum_music.shtml"},
			{code:"Sport", "url":"curriculum_sport.shtml"},
			{code:"Lunchtime Activities", "url":"curriculum_lunchtime.shtml"}
		]
	},
	{code:"School Community", url:"community.shtml",
		sub:[
			{itemoff:[21,0], size:[22,200]},
			{code:"Parents & Friends' Association", "url":"community_paf.shtml"},
			{code:"Partnerships", "url":"community_partner.shtml"},
			{code:"The Board", "url":"community_board.shtml"},
			{code:"How Can You Support?", "url":"community_support.shtml"}
		]
	},
	{code:"What's Happening", url:"news.shtml",
		sub:[
			{itemoff:[21,0], size:[22,230]},
			{code:"School Open Days", "url":"enrol_opendays.shtml"},
			{code:"Year 7 Trial Days", "url":"enrol_trialdays.shtml"},
			{code:"School Hours & Class Times", "url":"news_timetables.php"},
			{code:"Calendar", "url":"news_calendar.php"},
			{code:"Weekly Newsletters", "url":"news_newsletters.php"},
			{code:"The Vista - Quarterly Newsletter", "url":"news_vista.shtml"},
			{code:"Aspire - School Magazine", "url":"news_aspire.shtml"}
		]
	},
	{code:"Contact Us", url:"contact.shtml",
		sub:[
		]
	}
];
