        .newListSelected {
                margin-right:0.4em;
                padding:0;
                width:161px;
                height:28px;
                background:url(/images/bg_select.gif) top left no-repeat;
                z-index:100;
                }
        
        .long-dropdown .newListSelected {
                background-image: url(/images/dropdown-long.gif);
                width: 210px;
                }

                .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;
                                        }
