BLANK_IMAGE = 'images/b.gif';

var NOSTYLE = {
	border:0,
	shadow:0,
	color:{
		border:"",
		shadow:"",
		bgON:"",
		bgOVER:""
	},
	css:{
		ON:"",
		OVER:""
	}
};

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#2477BB",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#F5F5F5",		// background color for the items
		bgOVER:"#CBE2F5"	// 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:[475,135], itemoff:[0,77], leveloff:[0,0], style:NOSTYLE, size:[22,130]},
	
	{code:"",
		sub:[
			{itemoff:[21,0], leveloff:[21,0], style:STYLE,size:[22,150]},
			{code:"Project Management   >>",
				sub:[
					{leveloff:[0,148]},
					{code:"PM Testimonial",url:"pm_testimonial.html"},
					{code:"ITIL Services",url:"itil_services.html"},
					{code:"PM Training",url:"pm_training.html"},
					{code:"PM Services",url:"pm_services.html"},
					{code:"Project Management",url:"project_management.html"}
				]
			},
			{code:"IT Management   >>",
				sub:[
					{leveloff:[0,150]},
					{code:"Strategic IT Planning",url:"strategic_itplanning.html"},
					{code:"Business Process Management",url:"business_management.html"},
					{code:"Requirement Management",url:"requirement_management.html"},
					{code:"Change & Configuration ",url:"change_management.html"},
					{code:"IT Infrastructure Management",url:"IT_infrastructer.html"},
					{code:"Off shore Services",url:"off_shore.html"},
					{code:"Managed Services",url:"management_service.html"},
					{code:"IT Governance & Compliance",url:"Government_complience.html"},
					{code:"Document Management",url:"document_management.html"},
					{code:"IT Risk Management",url:"IT_Risk.html"}
					
				]
			},
			{code:"Datawarehousing",url:"dataware_house.html"},
			{code:"Business Intelligence",url:"business_intelligence.html"},
			{code:"Outsourcing",url:"out_sourcing.html"},
			{code:"SOA Services",url:"soa_services.html"},
			
			{code:"Software Development     >>",
				sub:[
					{leveloff:[0,149]},
					{code:"Data Migration",url:"data_migration.html"},
					{code:"Business Analysis",url:"business_analysis.html"},
					{code:"Software Testing",url:"software_testing.html"},
					{code:"Oracle HRMS Services",url:"oracle_hrms.html"},
					{code:"Customer Oracle Development",url:"custom_oracle.html"},
					{code:"ERP",url:"erp_supply.html"},
					{code:"CIT Expertise",url:"cit_expertise.html"},
					{code:"Application Lifecycle",url:"aplication_development.html"}
				]
				
			},
			{code:"Professional Consulting     >>",
				sub:[
					{leveloff:[0,149]},
					{code:"CITS Competencies",url:"consulting_comp.html"},
					{code:"CITs Code Ethics",url:"code_ehtics.html"},
					{code:"CITS Consulting Approach",url:"consulting_approach.html"},
					{code:"Consulting Process",url:"consulting_process.html"},
					{code:"Consulting Stages",url:"consulting_stages.html"}
					
				]
				
			},
			{code:"Open Sources     >>",
				sub:[
					{leveloff:[0,150]},
					{code:"Open Sources Services",url:"open_services.html"},			
					
					{code:"OS Consulting Services",url:"os_consulting.html"}
				]
				
			}
			
		]
	
	
	},
	
	

	];
	