
.popWindow
{
    background-position: #EEE;
    position: absolute;
    width: 90px;
    z-index: 99999;
    background: #EEE;
    padding: 0px;
    margin: 0px;
    display: none;
    left: 2px;
    top: 1px;
}

.popWindow LI
{
    list-style: none;
    padding: 0px;
    margin: 0px;
    cursor: pointer;
    text-align: left;
    list-style-image: none;
}

.popWindow A
{
    color: #333;
    text-decoration: none;
    display: block;
    line-height: 20px;
    height: 20px;
    outline: none;
    padding: 1px 5px 1px 5px;
}

.popWindow LI.content A:hover
{
    color: #FFF;
    background-color: #0080C0;
}

.popWindow LI.header A
{
    background-color: #FFFFFF;
    border-color: #B9B9B9;
    border-style: solid solid none none;
    border-width: 1px;
    height: 21px;
    cursor: default;
    text-align: right;
}
.popWindow LI.content A
{
    border-color: #B9B9B9;
    border-style: none solid none solid;
    border-width: 1px;
}

.popWindow LI.last A
{
    border-color: #B9B9B9;
    border-style: none solid solid solid;
    border-width: 1px;
}

