.menulist, .menulist ul { margin: 0; padding: 0; width: 100px; list-style: none; } .menulist ul { display: none; position: absolute; top: -1px; left: 105px; background-color: #ffffff; } .menulist li { position: relative; margin-bottom: -1px; padding-top:20px; } .menulist ul>li:last-child { margin-bottom: 1px; background-color: #ffffff; } .menulist a, .menulist a:visited, .menulist a.highlighted { display: block; padding: 3px; text-decoration: none; border-bottom: 1px solid #FF0026; background-color: #ffffff; } .menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus { background-color: #ffffff; } .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; background-color: #ffffff; text-decoration: none; width: 100%; } .submenulist a:hover, .submenulist a.highlighted:hover, .submenulist a:focus { background-color: #ffffff; } .submenulist li { width: 130px; padding-top:20px; background: #ffffff; border-bottom: 1px solid #FF0026; margin-right: -1px; } .current-page a:hover, .current-page a.highlighted, .current-page a.highlighted:hover, .current-page a:focus, .current-page a:visited, .current-page a, .current-page { font-weight: bold; background-color: ; }