.menulist, .menulist ul { margin: 0; padding-left: 10px; width: 150px; list-style: none; } .menulist ul { display: none; position: absolute; top: -1px; left: 148px; } .menulist li { position: relative; background: #fff; margin-bottom: -1px; } .menulist ul>li:last-child { margin-bottom: 1px; } .menulist a, .menulist a:visited, .menulist a.highlighted { display: block; width:90%; margin:1px 0 1px 0; display:block; padding:5px 10px 5px 10px; color:#67523D ; text-decoration:none; border-bottom: 1px solid #eee; } .menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus { color: #BFB70C; background-color: #fff; background-image: url(/images/bullet_pink.gif); background-repeat: no-repeat; background-position: right; } .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:#67523D; text-decoration: none; padding-left: 10px; padding-right: 10px; } .submenulist a:hover, .submenulist a.highlighted:hover, .submenulist a:focus { color: #BFB70C ; background-color: #fff; } .submenulist li { background: #fff; 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; }