On this pagemenuCsscssMenucssMenu: stringthis property controls the CSS class applied to the top container of the popup menu. The default value is an empty string.UsageDefining CSS class for the top container of popup menu<Toolbar cssMenu="somemenu" /><style> .somemenu { background-color: #f0f0f0; }</style>