.anylinkcss {
    margin-top: 4px;
    margin-left: -10px;
    position: absolute;
    visibility: hidden;
    border: 1px solid #000000;
    border-bottom-width: 0;
    font-size: 9px;
    line-height: 15px;
    z-index: 7;
    background-color: #000000;
    width: 150px;
}
.anylinkcss a {
    width: 100%;
    display: block;
    border-bottom: 1px solid #a0a0a0;
    padding: 1px 0;
    padding-left: 8px;
    padding-bottom: 8px;
    text-decoration: none;
    text-align: left;
    font-weight: bold;
}
.anylinkcss a:hover {
    color: #FFFFAA;
}
