.dropdown {
	/*position: relative;
	z-index: 999;*/
}
.dropdown dd, .dropdown dt, .dropdown ul { margin:0px; padding:0px; position: relative; }
.dropdown dd { position:relative; }
.dropdown a, .dropdown a:visited { color:#ffffff; text-decoration:none; }
.dropdown a:hover { color:#fcb631;}
.dropdown dt a:hover { color:#fcb631; border: 1px solid #d0c9af;}
.dropdown dt a {
	background: #23ae1f url(../images/arrow_ver2.png) no-repeat scroll right center;	
	background: -moz-linear-gradient(top,  #23ae1f 0%, #058e02 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#23ae1f), color-stop(100%,#058e02)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #23ae1f 0%,#058e02 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #23ae1f 0%,#058e02 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #23ae1f 0%,#058e02 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #23ae1f 0%,#058e02 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23ae1f', endColorstr='#058e02',GradientType=0 ); /* IE6-9 */

	display:block; 
	padding-right: 30px;
	border: 1px solid #d4ca9a; 
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	position: relative;
}
.dropdown dt a .arrow {
	background: url(../images/arrow_ver2.png) no-repeat right center;
	width: 25px;
	height: 16px;
	position: absolute;
	top: 5px;
	right: 0px;
}
.dropdown dt a span {cursor:pointer; display:block; padding:5px 5px 5px 10px;}
.dropdown dd ul { 
	/*background:#e4dfcb none repeat scroll 0 0; */
	background: #f8f8f6; /* Old browsers */
	background: -moz-linear-gradient(top,  #f8f8f6 0%, #f0efea 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f6), color-stop(100%,#f0efea)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f8f8f6 0%,#f0efea 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f8f8f6 0%,#f0efea 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f8f8f6 0%,#f0efea 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f8f8f6 0%,#f0efea 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f6', endColorstr='#f0efea',GradientType=0 ); /* IE6-9 */

	border:1px solid #aaaaaa; 
	color:#C5C0B0; 
	display:none;
	left:0px; 
	padding:5px 0px; 
	position:absolute; 
	top: 1px; 	
	width:auto; 
	min-width:397px; 
	list-style:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.dropdown span.value { display:none;}
.dropdown dd ul li a { 
	padding:5px; 
	display:block;
	color: #535353 !important;
}
.dropdown dd ul li a:hover { background-color:#e6e5e1; color: #038c00 !important;}

.dropdown img.flag { border:none; vertical-align:middle; margin-left:10px; }