
mlpt.SetPosition('relative',0,0);
mlpt.SetCorrection(0,0);
mlpt.SetCellSpacing(2);
mlpt.SetItemDimension(150,16);
mlpt.SetFont('verdana,arial,tahoma','12pt');
mlpt.SetShadow(true,'#B0B0B0',2);
mlpt.SetBackground('#06437d');
mlpt.SetItemText('#E5E5F8','center','bold','none','normal');
mlpt.SetItemTextClick('#373602','center','bold','none','normal');
mlpt.SetItemTextHL('#000000','center','bold','none','normal');

mlpt.SetItemBorder('1','#06437d','none');
mlpt.SetItemBorderHL('1','#06437d','none');
mlpt.SetItemBorderClick('1','#06437d','none');

mlpt._pop.SetCorrection(0,0);
mlpt._pop.SetItemDimension(190,20);
mlpt._pop.SetPaddings(1);
mlpt._pop.SetBackground('whitesmoke','/geeklog/layout/LPTprofessional/menusuperior/img/xp.gif','repeat-y','top left');
mlpt._pop.SetSeparator(125,'right','gray','');
mlpt._pop.SetExpandIcon(true,'',6);
mlpt._pop.SetFont('verdana,arial,tahoma','11pt');

mlpt._pop.SetBorder(1,'gray','solid');
mlpt._pop.SetShadow(true,'#B0B0B0',2);
mlpt._pop.SetDelay(500);
mlpt.Build();
