How to extend the top level menu to the entire width of the browser?
To extend the top level menu to the entire width of the browser, add the below given css style and set the css class name to the ControlRootCSSClass property.
C#
.menuRootCss { WIDTH: 100%; BACKGROUND-COLOR: #a0a0a0 }