.menulist, .menulist ul { margin: 0; padding: 0; width: 175px; list-style: none; } .menulist ul { display: none; position: absolute; top: -1px; left: 175px; } .menulist li { position: relative; padding-left:12px; background-image:url(/images/fletxa1.gif); background-position:left; background-repeat:no-repeat; font-weight:bold; padding-top:5px; margin-bottom: -1px; padding- bottom:5px; } .menulist ul>li:last-child { margin-bottom: 1px; } .menulist a, .menulist a:visited, .menulist a.highlighted { display: block; padding: 3px; color: #4C6600; text-decoration: none; } .menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus { color: #fff; background-color: #4C6600; } .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: #4C6600; text-decoration: none; padding-left: 10px; padding-right: 10px; } .submenulist a:hover, .submenulist a.highlighted:hover, .submenulist a:focus { color: #1c2502; background-color: #b2dba1; } .submenulist li { background: #b2dba1; 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; }