.dd {
    margin-top:10px;
    display:inline-block;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    text-align:left;
    width: 220px !important;
}
.dd .ddTitle {

background-color:#ece9d6;
border:1px solid #d1ccae;
padding:3px;
text-indent:0;
cursor:default;
overflow:hidden;
height:13px;
color:#33322C;
}
.dd .ddTitle span.arrow {
	background:url(../images/dd_arrow.gif) no-repeat 0 0; float:right; display:inline-block;width:13px; height:13px; cursor:pointer;
}

.dd .ddTitle span.textTitle {text-indent:1px; overflow:hidden; line-height:13px;}
.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;
}

#language_child {
    width:210px !important;
}
.dd .ddChild {
	position:absolute;
        background-color:#ece9d6;
        border:1px solid #d1ccae;
	border-top:none;
	display:none;
	margin:0;
	width:auto;
	overflow:auto;
	overflow-x:hidden !important;
}
.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;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
}
.dd .ddChild a:hover {
        background-color: #f3f1e4;

}
.dd .ddChild a img {
	border:0;
	padding:0 2px 0 0;
	vertical-align:middle;
}
.dd .ddChild a.selected {
	background:#d1cdae;
}
.hidden {display:none;}