.menulist, .menulist ul { margin: 0; padding: 0; width: 120px; list-style: none; font-size:14px; font-weight:bold; } .menulist ul { display: none; position: absolute; top: -1px; left: 120px; font-size:14px; } .menulist li { position: relative; border: 1px solid #666699; background: #898EB5; font-size:14px; margin-bottom: -1px; } .menulist ul>li:last-child { margin-bottom: 1px; } .menulist a, .menulist a:visited, .menulist a.highlighted { display: block; padding: 3px; color: #FFFFFF; text-decoration: none; font-size:14px; } .menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus { color: #FFFFFF; background-color: #3C3A8F; } .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: 3px; color: #FFFFFF; text-decoration: none; padding-left: 10px; padding-right: 10px; font-size:12px; } .submenulist a:hover, .submenulist a.highlighted:hover, .submenulist a:focus { color: #FFFFFF; background-color: #3C3A8F; } .submenulist li { border: 1px solid #666699; background: #898EB5; width: 160px; 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: ; }