.dd {
	display: inline-block !important;
	text-align: left;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	float: left;
	position: relative;
}

.dd .ddTitle {
	background: #FFF;
	padding: 8px;
	text-indent: 0;
	cursor: pointer;
	overflow: hidden;
	height: 21px;
	width: 174px;
	display: block;
	overflow: hidden;
}

.dd .ddTitle:HOVER {
	background: no-repeat url("/static/countries.png") 0 0;
}

.dd .ddTitle:FOCUS {
    background: no-repeat url("/static/countries.png") 0 0;
}

.dd .ddTitle.disabled,
.dd .ddTitle.disabled:HOVER,
.dd .ddTitle.disabled:FOCUS {
	background: #FFF;
    cursor: default;
}

.dd .ddTitleClicked,.dd .ddTitleClicked:HOVER {
    background: no-repeat url("/static/countries.png") 0 -37px;
}

.dd .ddTitle span.arrow {
	background: url(/static/drop_down_button.png) no-repeat 0 100%;
	float: right;
	display: inline-block;
	width: 16px;
	height: 16px;
	cursor: pointer;
	position: relative;
	top: 4px;
	left: -118px;
}

.dd .ddTitle span.arrow.disabled {
    background: none;
    cursor: default;
}

.dd .ddTitle span.textTitle {
	text-indent: 1px;
	overflow: hidden;
	line-height: 22px;
	height: 22px;
	width: 28px;
	display: block;
    padding-left: 2px;
}

.dd .ddTitle span.textTitle img {
	text-align: left;
}

.dd .ddChild {
	position: absolute;
	display: none;
	margin: 0;
	width: 174px;
	height: 153px;
	overflow: auto;
	overflow-x: hidden !important;
	background: transparent no-repeat url("/static/countries.png") 0 -74px;
	top: 37px;
}

.dd .ddChild.disabled {
    background: none;
}


.dd .ddChild .opta a,.dd .ddChild .opta a:visited {
	padding-left: 10px
}

.dd .ddChild a,.dd .ddChild a:VISITED {
	display: block;
	margin: 0 7px 2px;
	padding: 0; 
	text-decoration : none;
	font-weight: bold;
	color: #000;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	line-height: 28px;
	text-decoration: none;
}

.dd .ddChild a:hover,.dd .ddChild a.selected {
    background: transparent no-repeat url("/static/countries.png") 0 -227px;
}

.dd .ddChild a img {
	border: 0;
	padding: 3px 10px 3px 4px;
}

.dd .hidden {
	display: none;
}