#ddlParceiros {
	width:243px;
	height:26px;	
}
.dd {
	/*display:inline-block !important;*/
	text-align:left;
	background:url(../images/backdd.png) no-repeat 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
}
.dd .ddTitle {
	padding:3px;
	text-indent:0;
	cursor:default;
	overflow:hidden;
	height:20px;
	width:233px;
}
.dd .ddTitle span.arrow {
	background:url(../images/arrowdd.png) no-repeat 0 0; 
	float:right; 
	display:inline-block;
	width:20px; 
	height:20px; 
	cursor:pointer;
}
.dd .ddTitle span.textTitle {
	text-indent:1px; 
	overflow:hidden; 
	line-height:16px; 
	display:inline;
}
.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-top:none;
	display:none;
	margin:0;
	width:auto;
	overflow:auto;
	overflow-x:hidden !important;
	background-color:#ffffff;
	color:#000000;
	font-family:Verdana, Arial, Sans-Serif;
	font-size:10px;
	Left:7px;
	width:160px !important;
	border:1px solid #f9f9f9;
}
.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;
	color:#000000;
	font-family:Verdana, Arial, Sans-Serif;
	font-size:10px;
}
.dd .ddChild a:hover {
	background:#efefef;
}
.dd .ddChild a img {
	border:0;
	padding:0 2px 0 0;
	vertical-align:middle;
}
.dd .ddChild a.selected {
	background:#fff;	
}
.hidden {display:none;}
