var MenuDef = {
	"type"	: "bar",
	"style"	: {
	    "css" : "menu",		
		"box"	: false,
		"size"	:[146,32],
  		"bgimg" : "/images/menu_1.gif",
        "direction":"h",		
		
       
        "imgspace": 5,
		"align": "left",
       
		"opacity":100,
		"z" : ""	
	},
	"itemover": { "bgimg":"/images/menu_0.gif"},
	"position": { "absolute": false,"pos":[0,0]},
                  
	"items" : [                
		{ "text":"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;HOME" ,"action":{"url":"/","target":"_parent"}
		},
		{ "text":"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ABOUT US" , "action":{"url":"/portal/showsub.asp?subid=280","target":"_parent"}
		},
		
		
		{ "text":"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SERVICES", "action":{"url":"/portal/showsub.asp?subid=283","target":"_parent"}
		},
		
		{ "text":"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;PRODUCTS" , "action":{"url":"/portal/showcontent.asp?INDEX=22","target":"_parent"}
		},
{ "text":"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;REFERENCE" , "action":{"url":"/portal/showsub.asp?subid=288","target":"_parent"}
		},
{ "text":"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;REQUEST INFO" , "action":{"url":"/feedback.asp","target":"_parent"}
		},
		
		{ "text":"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;NEWS" , "action":{"url":"/portal/showsub.asp?subid=287","target":"_parent"}
		}
		

           	]
};

