﻿@charset "utf-8";


.dropDownList{
	width: 116px;
	position: absolute;
}

.dropDownList div.dropdown select{
	display:none;
	z-index: 3000;
}
.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;
	font: 11px/16pt Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	padding-left: 0px;
	text-indent: 18px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.dropDownList span.over{
	background-position:left bottom;
	margin: 0px;
	padding: 0px;
}
.dropDownList ul{
	background:url(../images/w_bg.png);
	width:95px;
	display:none;
	padding-left: 5px;
	height: auto;
	margin-left: 10px;
	padding-bottom: 5px;
	z-index: 2000;
}
#header .dropDownList ul li{
	height:14px;
	width:93px;
	padding:1px 0;
	cursor:default;
	font: normal 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	list-style: none;
	margin: 0px;
	cursor:pointer
}
.dropDownList ul li.over{
	margin-left: 5px;
	color: #000000;
	background: url(../images/icon_top_01.gif) no-repeat;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	width: 95px;
	cursor:pointer
}
 .dropDownList ul.show{
	display:block;
	padding-left: 5px;
	width: 95px;
	cursor:pointer
}
</style>

