#select_region {
	width: 160px;
	height: 16px;
	border: 1px solid #C2C2C2;
	background-image: url(../img/dropdown.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin: 0px 0px 6px 0px;
}

#select_language {
	width: 160px;
	height: 16px;
	overflow: hidden;
	border: 1px solid #C2C2C2;
	background-image: url(../img/dropdown.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin: 0px 0px 6px 0px;
}

#input_search {
	width: 160px;
	height: 16px;
	overflow: hidden;
	border: 1px solid #C2C2C2;
}

#select_language img {
	float: left;
	border: 0;
	margin: 1px 0px 1px 2px;
}

#select_region div {
	float: left;
	font-family: Verdana;
	font-size: 10px;
	padding-top: 2px;
	padding-left: 2px;
}

#select_language div {
	float: left;
	font-family: Verdana;
	font-size: 10px;
	padding-top: 2px;
	padding-left: 2px;
}

#input_search input.txt {
	border: 0px;
	border: none;
	font-family: verdana;
	font-size: 10px;
	width: 139px;
	margin: 1px;
}

#input_search input.img {
	margin: 2px 0px 2px 0px;
	padding: 0;
	border: none;
}

.select_options {
	position:absolute;
	width:160px;
	background-color:#ffffff;
	border:1px solid #BBBBBB;
	font-family:Verdana;
	font-size:10px;
	line-height:16px;
	z-index:1000;
	visibility:hidden;
}

.select_options a{
	text-decoration:none;
	font-family:Verdana;
	font-size:10px;
	color: black;
	padding:1px 0px 1px 2px;
	display: block;
	cursor: pointer;
}

.select_options a.img{
	padding:1px 0px 1px 22px;
	background-repeat: no-repeat;
	background-position: 2px 2px;
}

.select_options a:HOVER{
	text-decoration:none;
}

#mouseoverstyle{
	background-color:#dddddd;
}
 