#hint ul {
    margin: 0;
    padding: 0;
    font: 13px Arial, Helvetica, sans-serif;
    color: #666;
    background-color: white;
    border-left: 1px solid #B2B2B2;
    border-top: 1px solid #B2B2B2;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    cursor: default;
    overflow: auto;
    overflow-x: hidden;
    list-style: none;
    width: 200px;
}

#hint li {
    padding: 1px;
    padding-left: 5px;
    width: 100%;
    position: relative;
}

#hint li:hover {
    padding: 1px;
    padding-left: 5px;
    color: white;
    background-color: #64788C;
    position: relative;
}
