.dd {
	text-align:left;
	background-color:#fff;
	font-family:Segoe UI, Arial,Verdana,Helvetica,sans-serif;
	font-size:13px;
	float:left;
	font-stretch:condensed;
}
.dd .ddTitle {
	background:#f2f2f2;
	border:1px solid #1fcffb;
	padding:3px;
	text-indent:0;
	cursor:default;
	overflow:hidden;
	height:17px;
}
.dd .ddTitle span.arrow {
	background:url(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 3px 0 0;
	vertical-align:top;
}
.dd .ddChild {
	position:absolute;
	border:1px solid #1fcffb;
	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:10px}
.dd .ddChild a {
	display:block;
	padding:3px 0 3px 3px;
	text-decoration:none;
	color:#000;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
}
.dd .ddChild a:hover {
	background:#66CCFF;
}
.dd .ddChild a img {
	border:0;
	padding:0 2px 0 0;
	vertical-align:middle;
}
.dd .ddChild a.selected {
	background:#66CCFF;
	
}
.hidden {display:none;}
.submenu, .submenu ul{
font: normal 13px Verdana;
margin: 0;
padding: 0;
position: absolute;
left: 100;
top: 10;
list-style-type: none;
background: white;
border: 1px solid #1fcffb;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}
.submenu li a{
display: block;
width: 226px;
color: #1a3a5e;
text-decoration: none;
padding: 4px 5px;
border-bottom: 1px solid #1fcffb;
}
* html .submenu li{
display: inline-block;
width: 226px;
}
.submenu li a:hover{
background-color: #1fcffb;
color: #000000;
}
.downarrowpointer{
padding-left: 4px;
border: 0;
}
.rightarrowpointer{
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
}
.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}
