Well, I may be late to respond to your question, however, to make your sub menus to appear as drop down menus at top in mkdocs material theme, you do the following.
- In your
mkdocs.yml
, add the following code;

With the above configuration we have three top level items: "Home
", "User Guide
" and "About
." "Home" is a link to the homepage for the site. Under the "User Guide" section two pages are listed: "Writing your docs" and "Styling your docs." Under the "About" section two more pages are listed: "License" and "Release Notes."
Finally, don't forget to run so as to create your files;
curl 'https://jaspervdj.be/lorem-markdownum/markdown.txt' > docs/'Writing your docs'
curl 'https://jaspervdj.be/lorem-markdownum/markdown.txt' > docs/'Styling your docs'
etc
By so doing you will have what you want as below;
