.menulist, .menulist ul { margin: 0; padding: 0; width: 190px; list-style: none; } .menulist ul { display: none; position: absolute; top: -1px; left: 189px; } .menulist li { position: relative; border: 0px solid #999999; background: #E48F00; margin-bottom: 1px; } .menulist ul>li:last-child { margin-bottom: 1px; } .menulist a, .menulist a:visited, .menulist a.highlighted { display: block; padding: 6px; color: #FFFFFF; text-decoration: none; } .menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus { color: #FFFFFF; background-color: #299AD4; } .menulist a .subind { float: right; }  *:first-child+html .menulist li { float: left; width: 100%; } * html .menulist li { float: left; height: 1%; } * html .menulist a { height: 1%; }   .submenulist a, .submenulist a:visited, .submenulist a.highlighted { display: block; padding: 6px; color: #FFFFFF; text-decoration: none; padding-left: 10px; padding-right: 10px; } .submenulist a:hover, .submenulist a.highlighted:hover, .submenulist a:focus { color: #FFFFFF; background-color: #E48F00; } .submenulist li { border: 0px solid #999999; background: #299AD4; margin-right: -1px; } #menuvertical .current-page a:hover, #menuvertical .current-page a.highlighted, #menuvertical .current-page a.highlighted:hover, #menuvertical .current-page a:focus, #menuvertical .current-page a:visited, #menuvertical .current-page a, #menuvertical .current-page { color:#fff; background-color: #E48F00; }