.asbMenu
{
    border: 1px solid black;
    background: #ffffff;
    position: absolute;
    padding: 5;
    white-space: nowrap;
    z-index: 1000;
    width: 184;
}

.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;
}
