//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":"#4080AF","bgOVER":"#4080AF"};
var Level_1_Style = {"border":0, "shadow":0, "color":Level_1_Bgcolor,"css":Level_1_CSS};

var Level_2_Bgcolor = {"border":"#4080AF", "bgON":"#4080AF","bgOVER":"#4080AF"};
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; Informal","url":"./informal_pg.htm",  "format":{"itemoff":[0, 18],"leveloff":[0,0],"style":Level_1_Style,"size":[18,70] }
	},
	{
		code:"|&nbsp;&nbsp; Academics ","format":{"itemoff":[0, 70],"leveloff":[0,0],"style":Level_1_Style,"size":[18,80] },
			sub:[
			{"itemoff":[18,0]},
			{code:"&nbsp;&nbsp;&nbsp; Admission ","url":"./aca_admission.htm","format":{"leveloff":[18,0],"style":Level_2_Style,"size":[19,100]}},
			{code:"&nbsp;&nbsp;&nbsp; Courses ","url":"./aca_course.htm","format":{"style":Level_2_Style,"size":[19,100]}},
			{code:"&nbsp;&nbsp;&nbsp; Departments ","url":"./aca_dept.htm","format":{"style":Level_2_Style,"size":[19,100]}},
			{code:"&nbsp;&nbsp;&nbsp; Faculty ","url":"./aca_faculty.htm","format":{"style":Level_2_Style,"size":[19,100]}},
			{code:"&nbsp;&nbsp;&nbsp; ISTE ","url":"./aca_iste.htm","format":{"style":Level_2_Style,"size":[19,100]}}    		
		    ]
	},
	{
		code:"|&nbsp;&nbsp; Facilities  ","format":{"itemoff":[0, 80],"leveloff":[0,0],"style":Level_1_Style,"size":[18,70] },
			sub:[
    		{"itemoff":[18,0]},
			{code:"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Library ","url":"./facility_library.htm","format":{"leveloff":[18,0],"style":Level_2_Style,"size":[19,100]}},
			{code:"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Hostels ","url":"./facility_hostel.htm","format":{"style":Level_2_Style,"size":[19,100]}},
			{code:"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Cell ","url":"./facility_cell.htm","format":{"style":Level_2_Style,"size":[19,100]}},
			{code:"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Other ","url":"./facility_other.htm","format":{"style":Level_2_Style,"size":[19,100]}}
		    ]
	},
	{
		code:"|&nbsp;&nbsp; Placement   ","url":"./placement_page/place_pg_new.php",  "format":{"itemoff":[0, 70],"leveloff":[0,0],"style":Level_1_Style,"size":[18,80] }
	},
    {
		code:"|&nbsp;&nbsp; PhotoGallery","url":"./annualreport.htm",  "format":{"itemoff":[0, 80],"leveloff":[0,0],"style":Level_1_Style,"size":[18,90] }
	}, 
     
	{code:"|&nbsp;&nbsp; Feedback","format":{"itemoff":[0,90],"leveloff":[0,0],"style":Level_1_Style,"size":[18,70]},
		sub:[
    		{"itemoff":[18,0]},
			{code:"&nbsp;&nbsp;&nbsp; Alumni Form ","url":"./feedback_alumi.htm","format":{"leveloff":[18,0],"style":Level_2_Style,"size":[19,100]}},
			{code:"&nbsp;&nbsp;&nbsp; Admission Form ","url":"./feedback_admission.htm","format":{"style":Level_2_Style,"size":[19,100]}}
		    ]
	},
	{code:"|&nbsp;&nbsp; Contact","format":{"itemoff":[0,70],"leveloff":[0,0],"style":Level_1_Style,"size":[18,80]},
			sub:[
    		{"itemoff":[18,0]},
			{code:"&nbsp;&nbsp;&nbsp; Contact Us ","url":"./conntatus.htm","format":{"leveloff":[18,0],"style":Level_2_Style,"size":[19,100]}},
			{code:"&nbsp;&nbsp;&nbsp; Broucher ","url":"./broucher.htm","format":{"style":Level_2_Style,"size":[19,100]}}
		    ]
	} 				
];