.dd {
	/*display:inline-block !important;*/
	text-align:left;
	/*background-color: #782259 ;*/
	font-size:12px;
	float:none;
	display: block;
	
	width: 205px !important;
}
.dd .ddTitle {
	background: transparent url(/gfx/download.jpg) no-repeat;
	border:none;
	padding:0px 0px 0px 5px;
	text-indent:0;
	cursor:pointer;
	overflow:hidden;
	height:30px;
}
.dd .ddTitle span.arrow {
	/*background:url(/gfx/download.png) no-repeat 0 0; */
	float:right; 
	display:inline-block;
	width:0px; 
	height:30px; 
	cursor:pointer;
}

.dd .ddTitle span.textTitle {
	text-indent: 5px; 
	overflow:hidden; 
	line-height:30px;
	color: #782259;
	font-weight: bold;
}
.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:none;
	border-top:none;
	display:none;
	margin:0;
	width: 191px !important;
	overflow:auto;
	overflow-x:hidden !important;
	background-color: #782259 ;
}
.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:#fff;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
	
	background-image: none;
}
.dd .ddChild a:hover {
	background:#fff;
	color: #782259 ;
}
.dd .ddChild a img {
	border:0;
	padding:0 2px 0 0;
	vertical-align:middle;
}
.dd .ddChild a.selected {
	background: #fff;
	color: #782259 ;

}
.hidden {display:none;}

