    .link_value {
        width: 100px;
        position: absolute;
        visibility: hidden;
        border: 1px solid;
        overflow: auto;
        overflow-x: hidden;
        filter: alpha(opacity:0);
        cursor: Hand;
    }
    .link_record0 {
        font-size: 12px;
        width: 100%;
        height: 20;
        border-top: 1px solid #eee;
        background: #fff;
        color: #000;
        padding-left: 2px;
        cursor: Hand;
        vertical-align: Bottom;
    }
    .link_record1 {
        font-size: 12px;
        width: 100%;
        height: 20;
        border-top: 1px solid #047;
        background: #058;
        color: #fe0;
        padding-left: 2px;
        cursor: Hand;
        vertical-align: Bottom;
    }
