div.TKSA_Popup {
    position: absolute;
    display: none;
    font-size: 0.8em;
    font-family: Tahoma;
    text-align: left;
}

ul.TKSA_Popup {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    background-color: White;
    border-top: 1px solid #EEE;
    border-left: 1px solid #EEE;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
}

ul.TKSA_Popup li {
    padding: 0px;
    margin: 0px;
    height: 22px;
}

ul.TKSA_Popup li a {
    display: block; /* - I have no clue why there is a space in between li for IE7! so .. have to play a bit more with js */
    margin: 0px;
    padding: 2px 5px 2px 5px;
    text-decoration: none;
    color: #000;
    border-top: 1px solid White;
    border-bottom: 1px solid White;
}

ul.TKSA_Popup li a:hover {
    background-color: #CCC;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
}

