#suggesstion-box ul{
    clear: left;
    list-style: none;
    margin: 0;
    padding: 0;
}
#suggesstion-box ul li {
    display: block;
    width: 80%;
    height: 35px;
    color: #0066FF;
    background-color: #fdfdfd;
    padding: 5px 8px;
    border: 1px solid #eee;
    border-bottom: 3px solid #eee;
    font-size: 13px;
}
#suggesstion-box ul li:hover {
    
    background-color: #eeeeee;
    
}
