.dd {
	display:inline-block !important;
	text-align:left;
	background-color:#fff !important;
	float:left;
	margin-top:4px;
	width:200px;
}

.ddiframe{
	position:absolute;
	display:none;
	border:0px;
	filter: alpha(opacity=0); -moz-opacity:0.0;
	z-index:1 !important;
}

.dd .ddTitle {
	background:#f2f2f2;
	border: 1px solid #c3c3c3;
	padding-left:4px;
	text-indent:0;
	cursor:default;
	overflow:hidden;
	height: 18px;
	background-color:#fff !important;
	line-height:18px;
}
.dd .ddTitle div.arrow {
	background:url(../../images/dd_arrow.gif) no-repeat 1px -1px; 
	float:right; 
	display:inline-block;
	width:18px; 
	height:20px; 
	cursor:pointer;
	z-index:1000 !important;
}

.dd .ddTitle div.textTitle {
	text-indent:1px; 
	overflow-x:hidden; 
	*width:180px;
	line-height:18px;
	height:18px;
	*float:left;
	z-index:99999;
}

.dd .ddTitle div.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 #c3c3c3;
	display:none;
	margin:0;
	overflow:auto;
	overflow-x:hidden !important;
	background-color:#ffffff;
}
.dd .ddChild .opta a, .dd .ddChild .opta a:visited {
	
	xpadding-left:10px
}
.dd .ddChild a {
	display:block;
	text-decoration:none;
	color:#000;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
	height:20px;
	line-height:20px;
	padding-right:20px;
}
.dd .ddChild a:hover {
	color:#fff !important;
	background:#0a246a;
}

.dd .ddChild a:visited {
	color:#000;
}

.dd .ddChild a img {
	border:0;
	padding:0;
	vertical-align:middle;
}
.dd .ddChild a.selected {
	color#000;
}
.hidden {display:none;}

