.dd {
        /*display:inline-block !important;*/
        text-align:left;
        xbackground-color:#fff;
        font-family:Arial, Helvetica, sans-serif;
        font-size:12px;
        float:left;
        color: #002b73;
}
.dd .ddTitle {
        xbackground:#f2f2f2;
        xborder:1px solid #c3c3c3;
        padding:3px;
        text-indent:0;
        cursor:default;
        overflow:hidden;
        height:16px;
        width: 160px;
}
.dd .ddTitle span.arrow {
        float:right; display:inline-block;width:16px; height:16px; cursor:pointer;
}

.dd .ddTitle span.textTitle {text-indent:1px; overflow:hidden; line-height:16px;}
.dd .ddTitle span.textTitle img{text-align:left; padding:0px 6px 0 0;_padding-top:2px;}
.dd .ddTitle img.selected {
        padding:0 3px 0 0;
        vertical-align:middle;
}
.dd .ddChild {
        position:absolute;
        border:1px solid #c3c3c3;
        border-top:none;
        display:none;
        margin:0;
        width:115px !important;
        height: auto !important;
        overflow:auto;
        overflow-x:hidden !important;
        background-color:#ffffff;
}
.dd .ddChild .opta a, .dd .ddChild .opta a:visited {padding-left:10px}
.dd .ddChild a {
        display:block;
        padding:2px 0 1px 1px;
        text-decoration:none;
        color:#000;
        overflow:hidden;
        white-space:nowrap;
        cursor:pointer;
}
.dd .ddChild a:hover {
        background:#66CCFF;
}
.dd .ddChild a img {
        border:0;
        padding:0 2px 0 0;
        vertical-align:middle;
}
.dd .ddChild a.selected {
        background:#66CCFF;

}
.hidden {display:none;}