ul.suggestions {
    list-style: none;
    margin: 0;
    padding: 5px;
    border: 1px solid #ccc;
    border-top: none;
    width: 100%;
    background: #fff;
    position: absolute;
    z-index: 1000;
}

ul.suggestions li {
    padding: 5px;
    cursor: pointer;
}

ul.suggestions li:hover {
    background: #f0f0f0;
}

ul.suggestions li a {
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
}