.newListSelected {
  margin-right: 8px;
  width: 207px;
  background: url(/images/select.png) top right no-repeat;
  height: 34px;
  z-index: 4;
}

                .selectedTxt {
                        padding:0 0 0 11px;
                        width:150px;
                        height:28px;
                        font-size:13px;
                        font-weight:bold;
                        line-height:28px;
                        color:#666;
                        }

                .long-dropdown .selectedTxt {
                        width: 199px;
                      }
                ul.newList {
                        width:161px;
                        }

                .long-dropdown ul.newList {
                        width: 210px;
                        }
                        
                        ul.newList li {
                                font-size:13px;
                                list-style:none;
                                }
                                
                                .hiLite {
                                        background:#840a84 !important;
                                        }
                                
                                .newListHover {
                                        background:#666 !important;
                                        color:#fff !important;
                                        }

