//styles
var Level_1_CSS = {"ON":"Portfolio_1_CSS_On", "OVER":"Portfolio_Level_1_CSS_Over","valign":"middle"};
var Level_2_CSS = {"ON":"Portfolio_Level_2_CSS_On", "OVER":"Portfolio_Level_2_CSS_Over","valign":"middle"};

var Level_1_Bgcolor = {"bgON":"#AF5404","bgOVER":"#FFCC66"};
var Level_1_Style = {"border":0, "shadow":0, "color":Level_1_Bgcolor,"css":Level_1_CSS};

var Level_2_Bgcolor = {"border":"#3D5F45", "bgON":"#AF5404","bgOVER":"#FFCC66"};
var Level_2_Style = {"border":1, "shadow":0, "color":Level_2_Bgcolor, "css":Level_2_CSS};

//items and formats
var MENU_ITEMS_STYLING =
[
	{"pos":"relative"},
    {
		code:"&nbsp;&nbsp; About Us &nbsp;&nbsp;&nbsp;|", "format":{"itemoff":[0, 18],"leveloff":[0,0],"style":Level_1_Style,"size":[18,80] },
			sub:[
    		{"itemoff":[18,0]},
			{code:"&nbsp;&nbsp; Our Vision ","url":"../aboutus.php","format":{"leveloff":[18,0],"style":Level_2_Style,"size":[19,80]}},
			{code:"&nbsp;&nbsp; Our Mission ","url":"../aboutus.php#mission","format":{"leveloff":[18,0],"style":Level_2_Style,"size":[19,80]}},
			{code:"&nbsp;&nbsp; History ","url":"../aboutus.php#history","format":{"style":Level_2_Style,"size":[19,80]}}
		    ]
	},
	{
		code:"&nbsp;&nbsp; Organization &nbsp;&nbsp;&nbsp;|","format":{"itemoff":[0, 80],"leveloff":[0,0],"style":Level_1_Style,"size":[18,100] },
			sub:[
			{"itemoff":[18,0]},
			{code:"&nbsp;&nbsp; Governing Body ","url":"../organization.php","format":{"leveloff":[18,0],"style":Level_2_Style,"size":[19,110]}},
			{code:"&nbsp;&nbsp; Staff Members ","url":"../organization.php#Staff","format":{"style":Level_2_Style,"size":[19,110]}},
			{code:"&nbsp;&nbsp; Advisory Support ","url":"../organization.php#Advisory","format":{"style":Level_2_Style,"size":[19,110]}}
		    ]
	},
	{
		code:"&nbsp;&nbsp; Activities &nbsp;&nbsp;&nbsp;|","format":{"itemoff":[0, 100],"leveloff":[0,0],"style":Level_1_Style,"size":[18,80] },
			sub:[
    		{"itemoff":[18,0]},
			{code:"&nbsp;&nbsp; Education ","url":"../activity_Edu.php","format":{"leveloff":[18,0],"style":Level_2_Style,"size":[19,135]}},
			{code:"&nbsp;&nbsp; Training ","url":"../activity_Trai.php","format":{"style":Level_2_Style,"size":[19,135]}},
			{code:"&nbsp;&nbsp; Legal Aid & Guidance ","url":"../activity_LegalAid.php","format":{"style":Level_2_Style,"size":[19,135]}},
			{code:"&nbsp;&nbsp; Parole & Forlouge ","url":"../activity_Parole.php","format":{"style":Level_2_Style,"size":[19,135]}},
			{code:"&nbsp;&nbsp; Rehabilitation Center ","url":"../activity_Rehab.php","format":{"style":Level_2_Style,"size":[19,135]}},
			{code:"&nbsp;&nbsp; Services ","url":"../activity_Services.php","format":{"style":Level_2_Style,"size":[19,135]}},
			{code:"&nbsp;&nbsp; Work with Police ","url":"../activity_WithPolice.php","format":{"style":Level_2_Style,"size":[19,135]}}
		    ]
	},
	//{
		//code:"&nbsp; Events &nbsp;&nbsp;&nbsp;|","format":{"itemoff":[0, 80],"leveloff":[0,0],"style":Level_1_Style,"size":[18,60] },
		//	sub:[
    //		{"itemoff":[18,0]},
	//		{code:"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Faq ","url":"./faq/faq_faq.htm","format":{"leveloff":[18,0],"style":Level_2_Style,"size":[19,100]}}
		//    ]
	//},
    {
		code:"&nbsp;&nbsp;&nbsp; Photo Gallery &nbsp;&nbsp;&nbsp;|","url":"./annualreport.htm",  "format":{"itemoff":[0, 80],"leveloff":[0,0],"style":Level_1_Style,"size":[18,105] },
		sub:[
    		{"itemoff":[18,0]},
			{code:"&nbsp;&nbsp; Children & Prisoners ","url":"../cop_ph.php","format":{"leveloff":[18,0],"style":Level_2_Style,"size":[19,130]}},
			{code:"&nbsp;&nbsp; Rehabilitation ","url":"../rehab_ph.php","format":{"leveloff":[18,0],"style":Level_2_Style,"size":[19,130]}},
			{code:"&nbsp;&nbsp; Training ","url":"../training_ph.php","format":{"leveloff":[18,0],"style":Level_2_Style,"size":[19,130]}},
			{code:"&nbsp;&nbsp; Sports ","url":"../sports_ph.php","format":{"leveloff":[18,0],"style":Level_2_Style,"size":[19,130]}}
		    ]
	},      
	{code:"&nbsp;&nbsp; Biannual Report","url":"./PageIndex.php","format":{"itemoff":[0,105],"leveloff":[0,0],"style":Level_1_Style,"size":[18,120]},
		sub:[
    	//	{"itemoff":[18,0]},
		//	{code:"&nbsp;&nbsp;&nbsp; Customer ","url":"./customer/cust_customer.htm","format":{"leveloff":[18,0],"style":Level_2_Style,"size":[19,120]}},
		//	{code:"&nbsp;&nbsp;&nbsp; Customer Profile ","url":"./customer/cust_profile.htm","format":{"style":Level_2_Style,"size":[19,120]}}
		    ]
	}	
];