BLANK_IMAGE = './images/b.gif';

var STYLE = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:1,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#87ABE9",	// color of the item border, if any
		shadow:"#87ABE9",	// color of the item shadow, if any
		bgON:"#2E4A6B",		// background color for the items
		bgOVER:"#87ABE9"	// 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
	},
itemFilters:[ 'progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=0.25,wipestyle=0,motion=forward,duration=0.5)',
 'progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=0.25,wipestyle=0,motion=forward,duration=0.5)' ]
};

var MENU_ITEMS = [
	{pos:"relative", delay:[100, 500], itemoff:[27,0], leveloff:[0,251], style:STYLE, size:[25,250]},
	{code:"Driving Under The Influence [DUI]", "url":"en_dui.html"
	},
	{code:"Drug And Alcohol Treatment",
		sub:[
			{itemoff:[26,0]},
			{size:[25,320], code:"Drug And Alcohol Education", "url":"en_coun_alcohol.html"},
			{size:[25,320], code:"Substance Abuse Professional Services [SAP]", "url":"en_sap.html"}
		]
	},
	{code:"Counseling Services",
		sub:[
			{itemoff:[26,0]},
			{code:"Domestic Violence Program", "url":"en_coun_domestic.html"},
			{code:"Anger Management Program", "url":"en_coun_anger.html"},
			{code:"Parenting Classes", "url":"en_coun_parent.html"},
			{code:"Mental Health Evaluations", "url":"en_coun_depression.html"},
			{code:"Individual Counseling", "url":"en_coun_family.html"}
		]
	},
	{code:"Food Service Sanitation Training",
		sub:[
			{itemoff:[26,0]},
			{size:[25,320], code:"Food Service Sanitation Registration", "url":"foodservicesanitation_form.html", "target":"_blank.html"},
			{size:[25,320], code:"Food Service Sanitation Questions & Answers", "url":"foodservicesanitation_qa.html"}
		]
	},
	{code:"Basset Training", "url":"basset_form.html", "target":"_blank.html"
	},
	//{code:"Contact Us", "url":"en_contact.html"
	{code:"Contact Us", "url":"mailto:ccillinois1@gmail.com"
	},
];

