.dd {
	/*display:inline-block !important;*/
	text-align:left;
	background-color:#fff;
	font-family: "Trebuchet MS", "TrebuchetMS", "Trebuchet", sans-serif
	font-size:11px;
	float:left;
  display:block;
  position:relative;
  margin:0;
  top: 5px;
  /*margin-right: 15px;
  margin-top: 5px;*/
}
.dd .ddTitle {
	/*background:#f2f2f2;*/
  background: #fff;
	border:1px solid #c3c3c3;
	/*padding:3px;*/
	text-indent:0;
	cursor:default;
	overflow:hidden;
	height:16px;
	width:87px;
}
.dd .ddTitle span.arrow {
	background:url(arrowdd.png) no-repeat 0 0; float:right; display:inline-block;width:16px; height:16px; cursor:pointer;
}

.dd .ddTitle span.textTitle {display:block; margin-top: -5px; margin-left: 5px;}

.dd .ddChild {
	position:absolute;
	border:1px solid #c3c3c3;
	border-top:none;
	display:none;
	margin:0;
	width:86px;
	overflow:auto;
	overflow-x:hidden !important;
	background-color:#ffffff;
  padding-left: 5px;
  padding-bottom: 5px;
}
.dd .ddChild .opta a, .dd .ddChild .opta a:visited {/*padding-left:10px*/}
.dd .ddChild a {
	display:block;
	/*padding:3px 0 3px 3px;*/
  /*text-align: left;*/
	text-decoration:none;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
  padding-right: 50px;
  height: 20px;
}
.dd .ddChild a:hover {
	/*background:#66CCFF;*/
  background:none;
  color: #000;
}
.dd .ddChild a img {
	border:0;
	/*padding:0 2px 0 0;*/
	/*vertical-align:middle;*/
}
.dd .ddChild a.selected {
	/*background:#66CCFF;*/
  background:none;

}
.hidden {display:none;}
s
