﻿@charset "utf-8";
.dropdown_box {
	position: absolute;
	z-index: 1000;
	top: 34px;
	margin: 0px;
	padding: 0px 0px 0px 500px;
	height: auto;
	width: 250px;
	font-size: 11px;
	line-height: 18px;
}


.dropDownList{
	width: 116px;
	position: absolute;
	font-size: 90%;
}

.dropDownList div.dropdown select{display:none;}
.dropDownList div.dropdown{
	float:left;
	width:116px;
	margin: 0px;
	padding: 0px;
}
.dropDownList span{
	display:block;
	width:116px;
	height:22px;
	background:url(../images/language_bg.png) no-repeat left top;
	cursor:pointer;
	color: #333333;
	padding-left: 0px;
	text-indent: 18px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 23px;
}
.dropDownList span.over{
	background-position:left bottom;
	margin: 0px;
	padding: 0px;
}
.dropDownList ul{
	background:url(../images/w_bg.png);
	width:105px;
	display:none;
	height: auto;
	margin-left: 0px;
	padding: 10px 10px 5px 0px;
	line-height: 16px;
	color: #000000;
}
#header .dropDownList ul li{
	height:14px;
	width:93px;
	padding:1px 0;
	cursor:default;
	color: #FFFFFF;
	list-style: none;
	margin: 0px;
}
.dropDownList ul li.over{
	color: #000000;
	background: url(../images/icon_top_01.gif) no-repeat;
	width: 100px;
	padding-left: 10px;
}
 .dropDownList ul.show{
	display:block;
	padding-left: 10px;
	width: 100px;
}
</style>

