Starting a new project that involves dropdown menus with categories and subcategories within them. I'm curious about the advantages of using CSS3 only menus compared to traditional JavaScript ones. There are several jQuery menu options available as well, so I am wondering which solution is more robust and maintainable at the moment.
MENU
---> Colors
---> Sizes --> Large
---> Makes Medium
Each category "could" potentially have a submenu.
In the realm of menu creation, what are the benefits of CSS3 versus jQuery (or any JavaScript solution)?