.dd {
	/*display:inline-block !important;*/
	text-align:left;
	background-color:none;
	font-family:Tahoma;
	font-size:10px;
	float:left;
	
}
.dd .ddTitle {
	background:#514325;
	border:1px solid #caab69;
	padding:0 0 0 2px;
	text-indent:0;
	cursor:default;
	overflow:hidden;
	height:16px;
}
.dd .ddTitle span.arrow {
	background:url(../calen/dd_arrow.gif) no-repeat 0 0; float:right; display:inline-block;width:16px; height:16px; cursor:pointer;
}

.dd .ddTitle span.textTitle {text-indent:1px; overflow:hidden; line-height:16px;}
.dd .ddTitle span.textTitle img{text-align:left; padding:0 2px 0 0}
.dd .ddTitle img.selected {
	padding:0 0px 0 0;
	vertical-align:top;
}
.dd .ddChild {
	position:absolute;
	border:1px solid #74716B;
	border-top:none;
	display:none;
	margin:0;
	width:auto;
	overflow:auto;
	overflow-x:hidden !important;
	background-color:#ffffff;	
}
.dd .ddChild .opta a, .dd .ddChild .opta a:visited {padding-left:3px}
.dd .ddChild a {
	display:block;
	padding:2px 0 2px 2px;
	text-decoration:none;
	color:#74716B;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
}
.dd .ddChild a:hover {
	background:#74716B;
	color:#FFFFFF;
}
.dd .ddChild a img {
	border:0;
	padding:0 2px 0 0;
	vertical-align:middle;
}
.dd .ddChild a.selected {
	background:#A3A099;
	
}
.hidden {display:none;}

s