.DropDownList li{
}
.DropDownList li.highlighted{
    background: #ABC;
    cursor: pointer;
}

.DropDownList{
    background: white;
    list-style-type : none;
    padding: 0;
    margin: 0;
    border: 1px solid #CCC;
    z-index: 999;
}
