.top-select  {
    color:#000;
    position:relative;
    z-index:100;
    margin:5px 5px 0 5px;
   +margin:6px 5px 0 5px;
    border-bottom:0;
}


.top-select A {
    color:#000;
    text-decoration:none; 
    font-size:16px;
}

.top-select * {outline:0}

.top-selectContainer {
    max-height:172px;
   +height:172px;
    overflow:auto; 
    background:#fff;
    border:1px solid #000;
    border-top:0;
    width:100%;
   _width:97%;
    margin-left:-1px;
    position:absolute;
    z-index:50;
}

.top-selectContainer DIV {
    background:url('option-bg.png') 0 0 repeat-y transparent;
    color:#000;
    padding:7px 0 7px 7px;
   +padding:7px 0 7px 5px;
}

.top-selectCurrent {
    cursor:default;
    width:100%;
    height:31px;
   +height:28px;
    color:#000;
    font:200 16px Tahoma;
    background:#fff;
}

.top-selectCurrent DIV {
    height:28px;
    line-height:27px;
    overflow:hidden;
}


.top-selectCurrent .select-button {
    background:url('select-button.gif') 50% 0 no-repeat #dcdcdc;
    width:32px;
    padding:0;
    cursor:pointer;
}

.top-selectCurrent TD {
    padding-left:7px;
    background:url('bg-input.png') 0 0 no-repeat transparent;
    color:#000;
}

.top-selectContainer A:hover,
.top-selectContainer A:hover DIV {background:#eee}