.sug {
        position: relative;
        left: 0;
        top: 0;
        z-index: 20000;
        cursor: default !important;
        border: none;
        text-align: left;
    }

    .sug, .sug li, .sug ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    .sug ul li {
        margin-top: -1px;
        margin-bottom: 0;
        cursor: default !important;
        position: static;
        float: none;
    }

    .sugItem {
        border-width: 0;
        height: 15px;
        font-size: 11px;
        font-style: normal;
        color: #000000;
        background-color: #EEF2FB;
        text-decoration: none;
        text-align: left;
        padding: 0;
        overflow:visible;
    }

    .sugItemHiLite {
        border-width: 0;
        height: 15px;
        font-size: 11px;
        font-style: normal;
        color: #000000;
        background-color: #A5C3FF;
        text-decoration: none;
        text-align: left;
        padding: 0;
        overflow:visible;
    }

    .sugDiv {
        position: absolute;
        z-index: 1000;
        text-indent:0;
        background-color: #EEF2FB;
        border-width: 1px;
        border-style: solid;
        visibility: hidden;
        display: none;
        border-color: black;
        padding-left:2px;
        padding-right:2px;
    }