div#popup
{
    width: 200px;
}

div#popup ul li img
{
    float: left;
    width: 20px;
    height: 20px;
}

div#popup ul
{
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    list-style: none;
    margin-bottom: 2px;
}

div#popup ul li
{
    padding: 0;
    height: 20px;
    width: 100%;
    margin: 0 0 2px 0;
    float: left;
}

div#popup ul li a
{
    width: 170px;
    height: 20px;
    background-color: #cccccc;
    float: left;
    text-decoration: none;
    color: #3f3f3f;
    padding-left: 3px;
}

div#popup ul li a.w
{
    width: 100%;
}

div#popup ul li a:hover
{
    color: #cccccc;
    background-color: #3f3f3f;
}

div#popup ul li span
{
    float: left;
    width: 24px;
    height: 20px;
    background-color: #3f3f3f;
    color: white;
    text-align: right;
    padding-right: 3px;
}
