.asbMenu
{
    border: 1px solid black;
    background: #ffffff;
    position: absolute;
    padding: 5;
    white-space: nowrap;
    z-index: 1000;
    width: 300px;
    overflow-y: scroll;
    /*height: 300px;*/
    max-height:200px;
}
.asbMenuBase
{
    position: absolute;
    z-index: 1000;
}
.asbMenuItem
{
    background: #ffffff;
    cursor: hand;
    cursor: pointer;
    font-size: 13px;
    font-family: Arial;
}
.asbSelMenuItem
{
    background: lightblue;
    cursor: hand;
    cursor: pointer;
    white-space: nowrap;
    font-size: 13px;
    font-family: Arial;
}