/* make the anchor fill the li */
.menu li a { display: block;
    padding: 3px;
    text-decoration: none;
    color: #000066;
    outline: none;
    font-weight: bold;
    background: #FFD700;        /* required for Netscape */
}

/* make the non-anchored entries fill the <b> (required for Netscape) */
.menu li b { display: block;
    padding: 3px;
    color: #000066;
    font-weight: bold;
    background: #FFD700;        /* required for Netscape */
}

