﻿#SuggestList
{
    height: 200px;
    width: 150px;
    position: absolute;
    border: solid 1px black;
    background-color: White;
    display: none;
    overflow: auto;
    z-index: 10;
}
#SuggestList div
{
    padding-left: 5px;
}
#SuggestList div:hover 
{
    background-color: ButtonFace;
    cursor: pointer;
}
#HighlightItem
{
    background-color: ButtonFace;
    cursor: pointer;
}