.dd {
    /*display:inline-block !important;*/
    text-align:left;
    float:left;
    width:180px;
    background-color: #D7D7D7;
    margin-bottom: 5px;
    height:18px;
    border: 2px inset #D7D7D7;
}
.dd .ddTitle {
    padding:0px 0px 2px 3px;
    text-indent:0;
    cursor:default;
    overflow:hidden;
    height:16px;
}
.dd .ddTitle span.arrow {
    background:url(downbox.gif) no-repeat 0 0; float:right; display:inline-block;width:16px; height:16px; cursor:pointer;
}
.dd .ddTitle div.arrow {
    background:url(downbox.gif) no-repeat 0 0; float:right; display:inline-block;width:16px; height:16px; cursor:pointer;
    position:relative;
    top:-5px;
}

.dd .ddTitle span.textTitle {text-indent:1px; overflow:hidden;line-height: 18px; padding-top:10px;color:#000;font-size: 11px;font-style: italic;}
.dd .ddTitle span.textTitle img{text-align:left; padding:0 2px 0 0}
.dd .ddTitle img.selected {
    padding:0 3px 0 0;
    vertical-align:top;
}
.dd .ddChild {
    position:absolute;
    display:none;
    margin:0;
    width:auto;
    overflow:auto;
    overflow-x:hidden !important;
    background-color:#D7D7D7;
    width:180px;
}
.dd .ddChild .opta a, .dd .ddChild .opta a:visited {padding-left:10px}
.dd .ddChild a {
    display:block;
    padding:3px 0 3px 3px;
    text-decoration:none;
    color:#000;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size: 11px;
    font-style: italic;
}
.dd .ddChild a:hover {
    background:#0C9DB0;
}
.dd .ddChild a img {
    border:0;
    padding:0 2px 0 0;
    vertical-align:middle;
}
.dd .ddChild a.selected {
    /*background:#66CCFF;*/

}
.hidden {display:none;}
s