var MENU_NODE = {
left:0, top:0, width:720, height:18, direction:'h', root:true, styleClass:'menuText',
itemWidth:120, itemHeight:18,
itemBackgroundColor:"#393936", itemBackgroundColorOver:"#9c9c9c",
sub:[
	{
		caption:"Our Company", href:"",
		left:0, width:108, height:18,
		sub:{
			left:0, direction:'h',
            		itemBackgroundColor:"#9c9c9c", itemBackgroundColorOver:"#acacac",
                  	sub:[
				{
					caption:"Corporate Profile", href: root + "company/aboutus.htm",
					width:120, height:18
				},
				{
					caption:"Board of Directors", href: root + "company/bod.htm",
					width:120, height:18
				},
				{
					caption:"Key Management", href:"",
					width:120, height:18,
					sub:{
						left:-180, top:-58, direction:'h',
	                              		itemBackgroundColor:"#acacac", itemBackgroundColorOver:"#bcbcbc",
	                              		sub:[
							{
								caption:"Corporate Office", href: root + "company/keymgt_corporate.htm",
								width:100, height:18
							},
							{
								caption:"Singapore", href: root + "company/SBU_sg.htm",
								width:95, height:18
							},
							
							{
								caption:"China", href: root + "company/SBU_china.htm",
								width:60, height:18
							},
							{
								caption:"United Kingdom & Ireland", href:root + "company/SBU_uk.htm",
								width:185, height:18
							},
							{
								caption:"Australia, Vietnam & Malaysia", href: root + "company/SBU_mva.htm",
								width:180, height:18
							}
						]
					}
				}
			]
		}
	},
	{
		caption:"Our Financials", href:"",
		left:0, top:0, width:110, height:18,
		sub:{
			left:-90, direction:'h',
            		itemBackgroundColor:"#9c9c9c", itemBackgroundColorOver:"#acacac",
                  	sub:[
				{
					caption:"Financial Results", href: root + "financial/financial_results.htm",
					width:120, height:18
				},
				{
					caption:"Share Price/Share Charts", href:root + "financial/share_price.htm",
					width:135, height:18
				},
				//{
				//	caption:"Share Charts", href: root + "financial/share_chart.htm",
				//	width:100, height:18
				//},
				{
					caption:"Financial Calendar", href: root + "financial/financial_calendar.htm",
					width:120, height:18
				},
				{
					caption:"Annual Reports", href: root + "financial/annual_report.htm",
					width:110, height:18
				},
				{
					caption:"IR Request Form/Contacts", href: root + "financial/irForm.htm",
					width:155, height:18
				}
			]
		}
	},
	{
		caption:"Our Global Network", href:"",
		left:0, top:0, width:128, height:18,
		sub:{
			left:-80, direction:'h',
            		itemBackgroundColor:"#9c9c9c", itemBackgroundColorOver:"#acacac",
                  	sub:[
				{
					caption:"By Business Segments", href: root + "global/business_segment.htm",
					width:140, height:18
				},
				{
					caption:"By Geographical Locations", href: root + "global/geographical_locations.htm",
					width:160, height:18
				}
			]
		}
	},
	{
		caption:"Our Values", href:"",
		left:0, top:0, width:95, height:18,
		sub:{
			left:-215, direction:'h',
            		itemBackgroundColor:"#9c9c9c", itemBackgroundColorOver:"#acacac",
                  	sub:[
				{
					caption:"Mission & Vision", href: root + "values/vm.htm",
					width:110, height:18
				},
				{
					caption:"Corporate Social Responsibility", href: root + "values/social.htm",
					width:170, height:18
				},
				{
					caption:"Corporate Governance", href: root + "values/governance.htm",
					width:140, height:18
				},
				{
					caption:"Green Statement", href: root + "values/green.htm",
					width:110, height:18
				}				
			]
		}
	},
	{
		caption:"News About Us", href:"",
		left:0, top:0, width:109, height:18,
		sub:{
			left:-80, direction:'h',
            		itemBackgroundColor:"#9c9c9c", itemBackgroundColorOver:"#acacac",
                  	sub:[
				{
					caption:"Press Releases", href: root + "news/press.htm",
					width:120, height:18
				},
				{
					caption:"Company Announcements", href: root + "news/announcement.htm",
					width:150, height:18
				}
			]
		}
	},
	{
		caption:"Careers", href:"",
		left:0, top:0, width:75, height:18,
		sub:{
			left:-130, direction:'h',
            		itemBackgroundColor:"#9c9c9c", itemBackgroundColorOver:"#acacac",
                  	sub:[
				{
					caption:"Overview", href:"/templates/cdg/career.htm",
					width:90, height:18
				},
								{
					caption:"Our Rewards", href:"/templates/cdg/what_page.htm",
					width:90, height:18
				},
				{
					caption:"Job Opportunities", href:"/jobs/jobs.asp?eid=9191&did=798&fil=1",
					width:110, height:18
				}		
			]
		}
	},
	{
		caption:"Contact Us", href:"",
		left:0, top:0, width:95, height:18,
		sub:{
			left:-165, direction:'h',
            		itemBackgroundColor:"#9c9c9c", itemBackgroundColorOver:"#acacac",
                  	sub:[
				{
					caption:"Directories", href:root + "contact/contactus.htm",
					width:140, height:18
				},
				{
					caption:"Feedback", href:root + "contact/feedback.htm",
					width:120, height:18
				}
			]
		}
	}	
]
};
