Is it possible to achieve this using only CSS?
Please take a look at my example here.
Currently, when I hover over the menu, the submenu appears next to it.
I would like to align all submenus' tops with the top of the second level menu.
--------------------------------------------------
| |
| |
--------------------------------------------------
| | | <- Second one is selected
|/////////| | <- Top matches first submenu top
| | |
----------| |
| |
| |
----------------
Thank you for your advice!