.dd {
	/*display:inline-block !important;*/
	text-align:left;
	background-color:#2f2f2f;
	font-family:Verdana;
	font-size:11px;
	float:left;
	width:65px;
}
.dd .ddTitle {
	background:#2f2f2f;
	border:1px solid #474747;
	padding:1px;
	margin:0px;
	text-indent:0;
	cursor:default;
	overflow:hidden;
	height:23px;
	width:65px;
}
.dd .ddTitle span.arrow {
	background:url(dd_arrow.gif) no-repeat 0 0; float:right; display:inline-block;width:15px; height:23px; cursor:pointer;
}

.dd .ddTitle span.textTitle {text-indent:1px; overflow:hidden; line-height:23px; padding-left:3px;}
.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;
	border:1px solid #474747;
	padding:0px;
	border-top:none;
	display:none;
	margin:0px;
	overflow:auto;
	overflow-x:hidden !important;
	background-color:#2f2f2f;
	width:67px;
}

.dd .ddChild .opta a, .dd .ddChild .opta a:visited {padding-left:10px}
.dd .ddChild a {
	display:block;
	padding:3px 0 3px 3px;
	margin:0px;
	text-decoration:none;
	color:#ccc;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
	height:23px;
	line-height:23px;
}
.dd .ddChild a:hover {
	background:#474747;
}
.dd .ddChild a img {
	border:0;
	padding:0 2px 0 0;
	vertical-align:middle;
}
.dd .ddChild a.selected {
	background:#474747;
	
}
.hidden {display:none;}
