.dd {
	/*display:inline-block !important;*/
	text-align:left;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	float:left;
	color:#000000;
}
.dd .ddTitle {
	background:#f2f2f2;
	border:1px solid #c3c3c3;
	padding:1px;
	text-indent:0;
	cursor:default;
	overflow:hidden;
	height:16px;
	background:#f2f2f2 url('https://www.gabitos.com/lang/bg.gif') repeat-x;
}
.dd .ddTitle span.arrow {
	background:url('https://www.gabitos.com/lang/menu_arrow.gif') no-repeat 0 0; 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:0 2px 0 0}
.dd .ddTitle img.selected {
	padding:0 3px 0 0;
	vertical-align:baseline;
}
.dd .ddTitle img {
	margin-top:0px;
	margin-right:3px;
	padding:2px 3px 0 0;
	vertical-align:bottom;
	width:25px;
}
.dd .ddChild {
	position:absolute;
	border:1px solid #c3c3c3;
	border-top:none;
	display:none;
	margin:0;
	width:auto;
	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:3px 0 3px 3px;
	text-decoration:none;
	color:#000;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
}
.dd .ddChild a:hover {
	background:#D4DAE9;
}
.dd .ddChild a img {
	border:0px none;
	margin-right:3px;
	vertical-align:baseline; padding-left:0; padding-right:2px; padding-top:2px; padding-bottom:0
}
.dd .ddChild a.selected {
	background:#D4DAE9;

}
.hidden {display:none;}
