.dd {
	/*display:inline-block !important;*/
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	width:248px!important;
	margin-top:-1px;
}
.dd .ddTitle {
	color:#fff;
	border:none;
	padding:1px;
	text-indent:0;
	cursor:default;
	overflow:hidden;
	height:25px;
}
.dd .ddTitle span#dropdown_country_titletext {background:url(../img/spriteInput.png) repeat-x right center; float:left; display:inline-block; width:216px; height:25px; margin-left:-1px}
.dd .ddTitle span#dropdown_countryA_titletext {background:url(../img/spriteInput.png) repeat-x right center; float:left; display:inline-block; width:216px; height:25px; margin-left:-1px}
.dd .ddTitle span#dropdown_theme1_titletext {background:url(../img/spriteInput.png) repeat-x right center; float:left; display:inline-block; width:216px; height:25px; margin-left:-1px}
.dd .ddTitle span#dropdown_theme2_titletext {background:url(../img/spriteInput.png) repeat-x right center; float:left; display:inline-block; width:216px; height:25px; margin-left:-1px}
.dd .ddTitle span#dropdown_theme0_titletext {background:url(../img/spriteInput.png) repeat-x right center; float:left; display:inline-block; width:216px; height:25px; margin-left:-1px}
.dd .ddTitle span.arrow {background:url(../img/dropMenu.png) no-repeat right 1px!important; float:right; display:inline-block; width:31px; height:25px; cursor:pointer}

.dd .ddTitle span.ddTitleText {text-indent:1px; overflow:hidden; line-height:21px}
.dd .ddTitle span.ddTitleText 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:0;
	border-top:none;
	display:none;
	margin-left:-2px;
	width:auto;
	overflow:auto;
	overflow-x:hidden !important;
	background-color:#ababab;
	width:245px!important;
	height:142px!important;
}
.dd .ddChild a {
	border-top:1px solid #8D8D8D;
	width:244px!important;
}
.dd .ddChild .opta a, .dd .ddChild .opta a:visited {padding-left:10px}
.dd .ddChild a {
	display:block;
	padding:4px 0 4px 10px;
	text-decoration:none;
	color:#fff;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
}
.dd .ddChild a:hover {
	background-color:#737373;
}
.dd .ddChild a img {
	border:0;
	padding:0 2px 0 0;
	vertical-align:middle;
}
.dd .ddChild a.selected {
	background-color:#737373;
	
}
.hidden {display:none;}

/************* use sprite *****************/
.dd .ddChild a.sprite, .dd .ddChild a.sprite:visited {
	background-image:url(../icons/sprite.gif);
	background-repeat:no-repeat;
	padding-left:24px;
}

.dd .ddChild a.calendar, .dd .ddChild a.calendar:visited {
	background-position:0 -404px;
}
.dd .ddChild a.shoppingcart, .dd .ddChild a.shoppingcart:visited {
	background-position:0 -330px;
}
.dd .ddChild a.cd, .dd .ddChild a.cd:visited {
	background-position:0 -439px;
}
.dd .ddChild a.email, .dd .ddChild a.email:visited {
	background-position:0 -256px;
}
.dd .ddChild a.faq, .dd .ddChild a.faq:visited {
	background-position:0 -183px;
}
.dd .ddChild a.games,
.dd .ddChild a.games:visited {
	background-position:0 -365px;
}
.dd .ddChild a.music, .dd .ddChild a.music:visited {
	background-position:0 -146px;
}
.dd .ddChild a.phone, .dd .ddChild a.phone:visited {
	background-position:0 -109px;
}
.dd .ddChild a.graph, .dd .ddChild a.graph:visited {
	background-position:0 -73px;
}
.dd .ddChild a.secured, .dd .ddChild a.secured:visited {
	background-position:0 -37px;
}
.dd .ddChild a.video, .dd .ddChild a.video:visited {
	background-position:0 0;
}

