nav { position: relative; z-index: 1; } nav > ul { width: 900px; display: table; table-layout: fixed; } nav ul ul { display: none; } nav > ul > li > a { margin-left: 1px; margin-right: 1px; } nav li:hover > ul { display: block; } nav ul { position: absolute; font-family: NothingYouCouldSay; font-size: 21px; } nav li:hover > a { background-color: #777777; } nav li:hover ul a { background-color: #EEEEEE; } nav li { display: table-cell; margin-bottom: 0px; margin-left: 0px; } nav li:before { content: "" !important; margin-left: 0px !important; } nav a { height: 50px; line-height: 50px; text-align: center; color: white; text-decoration: none; display: block; background-color: #333333; } nav ul ul li { display: block; float: none; min-width: 150px; margin-left: 1px; margin-right: 1px; } nav ul ul a { padding: 0 20px; color: black; } nav a:hover { color: white; } nav ul ul a:hover { background-color: #777777; }