.ui-helper-hidden-accessible {
    display: none;
}

.ui-menu {
    background:rgb(255, 255, 255);
    list-style-type: none;
    border: 1px solid #ccc;
    width: 300px;
    position: absolute!important;
}

.ui-menu-item {
    padding: 7px 15px;
    cursor: pointer;
}

.ui-menu a {
    font-size: inherit;
    display: block;
    width: 100%;
}

.ui-menu-item:hover {
    background-color: #fcfbfb;
}