AutoResizeAlign automatically adjusts the display of your menu to the size of the
parent element and aligns root menu items to the left, center or right edge of the root menu group.
Menu1.AutoResizeAlign: None;
Menu2.RootMenu.Width: 700px;
Menu2.AutoResizeAlign: None;
Menu3 is inserted into parent DIV HTML-element with width: 700px;
Menu3.AutoResizeAlign: Center;
Menu4.AutoResizeAlign: Left;
Menu5.AutoResizeAlign: Right;
Menu6.AutoResizeAlign: Center;