var color = {bgON:"#3399cc", bgOVER:"#ffcc66"};
var css = {ON:"clsCMTopOn", OVER:"clsCMTopOver"};
var STYLE = {border:1, borders:[0,0,0,0], shadow:0, color:color, css:css};

var MENU_ITEMS = [
	{pos:'relative', itemoff:[0,150], leveloff:[15,0], style:STYLE, size:[25,150]},
	{code:"Home", url:"index.html", format:{"itemoff":[0,60], "size":[25,58]}
	},
	{code:"About Us", format:{"itemoff":[0,60], "size":[25,88]},
		sub:[
			{itemoff:[28,0], size:[25,130]},
			{code:"What Sets Us Apart", url:"apart.html"},
			{code:"Staff", url:"admin_staff.html"},
			{code:"Board of Directors", url:"board.html"}
			]
	},
	{code:"Education and Admission", format:{"itemoff":[0,90], "size":[25,173]},
		sub:[
			{itemoff:[28,0], size:[25,173]},
			{code:"Services", url:"services.html"},
			{code:"Therapies", url:"therapy.html"},
			{code:"Tuition and Fees", url:"tuition.html"},
			{code:"Enrollment", url:"apply.html"}
		]
	},
		{code:"Parents", format:{"itemoff":[0,175], "size":[25,73]},
		sub:[
			{itemoff:[28,0], size:[25,125]},
			{code:"Parent Handbook", url:"handbook.html"},
			{code:"School Calendar", url:"calendar.html"},
			{code:"Daily Schedule", url:"schedule.html"},
			{code:"Supply List", url:"supply.html"}
		]
	},
	{code:"Donations and Fundraising", format:{"itemoff":[0,75], "size":[25,185]},
		sub:[
			{itemoff:[28,0]},
			{code:"Little Star Sponsorship", url:"sponsorship.html"},
			{code:"Bowl A Thon", url:"bowl.html"},
			{code:"Poker Tournament", url:"poker.html"},
			{code:"Golf Tournament", url:"golf.html"},
			{code:"Many Thanks", url:"thanks.html"}
		]
	},
	{code:"News and Announcements", url:"news.html", format:{"itemoff":[0,187], "size":[25,175]}
	},
	{code:"Contact Us", url:"contactus.html", format:{"itemoff":[0,177], "size":[29,95]}
	},
	
	
];

