ul.menu { position: absolute; width: 900px; display: table; table-layout: fixed; font-family: NothingYouCouldSay; font-size: 21px; } ul.menu > li { display: table-cell; } ul.menu li { margin-bottom: 0px; margin-left: 0px; } ul.menu li:before { content: ""; } ul.menu a { height: 50px; line-height: 50px; text-align: center; color: white; text-decoration: none; display: block; background-color: #333333; margin-right: 1px; margin-left: 1px; } ul.menu a:hover + .hidden, ul.hidden:hover { display: block; } ul.hidden { display: none; } ul.hidden li { display: block; float: none; } ul.hidden a { width: auto; min-width: 100px; padding: 0 20px; background-color: #EEEEEE; color: black; } ul.hidden a:hover { color: white; } ul.hidden > li:hover > a { background-color: #777777; }