#autoCompleteMenu ul {
    border: 2px outset #26a;
    background-color: #26a;
    margin-left: 12px;
    padding: 4px 6px;
    width: 288px;
    height: 360px;
    overflow: auto;
}

#autoCompleteMenu li {
    color: white;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    border-bottom: 1px solid black;
    cursor: pointer;
}

#autoCompleteMenu li.selected {
    color: black;
    font-weight: bold;
}
