Sorry, but that was the reason I created the CSS generator in the first place … I couldn’t be bothered teaching everyone how to edit the menus.
There are also thousands of online examples, tutorials and explanations of the CSS techniques used to create dropdown menus. I’m sure there are lots of people out there who are better at writing tutorials than I am.
Also, most of the techniques used are just generic CSS techniques, they’re not really specific to creating dropdown menus.
The things you need to concentrate on learning are:
* positioning: relative and absolute
* margin positioning
* how padding works across various browsers
* basic styling, backgrounds, colours, fonts etc.