ul.newList * {
    margin: 0;
    padding: 0;
}
ul.newList {
    margin: 0;
    list-style: none;
    font-size: 11px;
    text-transform: capitalize;
    color: #A0A0A0;
    width:  220px;
    position: absolute;
    display: none;
    border: 1px solid #D7D7D7;
    top: 15px;
    left: 0;
    overflow: auto;
    max-height: 160px; 
    background: #fff;
    z-index: 9999;
    padding: 0;
}
.newListSelected {
    width: 220px;    
    height: 25px;
    padding: 0;
    margin-bottom: 13px;
    float: right;
    display: inline;
    color: #A0A0A0;
    background: #fbfcfc url("../images/button_right.gif") no-repeat right 9px;
    border: 1px solid #edeef0;
}
ul.newList li {padding: 0;}
.selectedTxt {
    width: 195px !important;
    height: 19px;
    line-height: 16px;
    padding: 6px 20px 0 5px;
    overflow: hidden;
    font-size: 11px;
    text-transform: capitalize;
    color: #959799;
}
.hiLite {
    background: #E3E3E3!important;
    color: #000!important;
}
.newListHover {
    background: #E3E3E3!important;
    color: #000!important;
    cursor: default;
}
.newListSelHover {cursor: default;}