I need to realize this menu with its submenu:
I set the main menu to be a ul/li with li float: left; display: b
ul
li
float: left; display: b
Try this
add one class as like this
Css
.submenu{display:inline-block;}
your nav code
//---------------- Remove clearfix class and add submenu class this ul La storia Le persone
Demo