.menulist, .menulist ul { margin: 0; padding: 0; width: 160px; list-style: none; } .menulist ul { display: none; position: absolute; top: -1px; left: 160px; } .menulist li { position: relative; height: 25px; list-style: none; margin-bottom: 1px; } .menulist ul>li:last-child { margin-bottom: 1px; } .menulist a, .menulist a:visited, .menulist a.highlighted { display: block; padding: 3px; text-decoration: none; width: 150px; height: 25px; display: block; color: #FC7316; text-decoration: none; font-family: "Trebuchet MS"; font-size: 14px; padding-left: 10px; background-color: #EFEFEF; margin: 1px; border-left-width: 3px; border-left-style: solid; border-left-color: #949494; border-top: 1px solid #FFFFFF; } .menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus { color: #FFFFFF; background-color: #FC7316; font-weight: bold; border-left-width: 2px; border-left-style: solid; border-left-color: #005787; } .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: #000000; text-decoration: none; } .submenulist a:hover, .submenulist a.highlighted:hover, .submenulist a:focus { color: #FFFFFF; background-color: #FC7316; font-weight: bold; border-left-width: 2px; border-left-style: solid; border-left-color: #005787; } .submenulist li { 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; }