.dd3 {
	display: inline-block !important;
	text-align:left;
	/* background-color:#fff; */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	float:left;
	color: #999;
}
.dd3 .ddTitle {
	/* background:transparent url("../imagens/botao.png") 213px 3px no-repeat; */
	padding: 0 4px;
	text-indent: 0;
	cursor: default;
	overflow: hidden;
	/* height: 40px; */
	/* line-height: 40px; */
}
.dd3 .ddTitle span.arrow {
	float: right; 
	display: inline-block;
	width: 34px;
	height: 34px;
	cursor: pointer;
	top: 3px;
	position: relative;
	right: 3px;
	!right: -1px;
	background: red;
	background: transparent url("../imagens/botao.png") no-repeat 0 0;
}
.dd3 .ddTitle span.arrow:hover {
	background: transparent url("../imagens/botao_hover.png") no-repeat 0 0;
}
.dd3 .ddTitle span.ddTitleText {
	text-indent: 1px; 
	overflow: hidden; 
	line-height: 40px;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif; 
	font-size: 16px; 
	/* font-weight: bold; */
	color: #999;
	padding: 0 1px;
}
.dd3 .ddTitle span.ddTitleText img {
	text-align: left; 
	padding: 0 2px 0 0;
}
.dd3 .ddTitle img.selected {
	padding: 0 2px 0 0;
	vertical-align: top;
}
.dd3 .ddChild {
	width: 248px !important;
	position: absolute;
	border: 1px solid #CDCDCD;
	border-top: none;
	display: none;
	margin: 0;
	width: auto;
	overflow: auto;
	overflow-x:hidden !important;
	background-color: #E6E6E6;
	font-size: 14px;
	min-height: 150px;
}
.dd3 .ddChild .opta a, .dd2 .ddChild .opta a:visited {
	padding-left: 10px;
}
.dd3 .ddChild a {
	display: block;
	padding: 3px 0 3px 3px;
	text-decoration: none;
	color: #000;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
}
.dd3 .ddChild a:hover {
	background-color:#CDCDCD;
}
.dd3 .ddChild a img {
	border:0;
	padding:0 2px 0 0;
	vertical-align:middle;
}
.dd3 .ddChild a.selected {
	background-color:#CDCDCD;
	color: #FFF;
	font-weight: bold;	
}