select.csb
{
	visibility: hidden;
}
.csb-container
{
	display: inline-block;
	height: 20px;
	background: url(../res/css/csb_bgEn.gif) no-repeat left top;
}
.csb-caption
{
	overflow: hidden;
	height: 18px;
	padding: 0 5px;
	line-height: 19px;
	cursor: default;
}
.csb-button
{
	float: right;
	width: 17px;
	height: 20px;
	background: url(../res/css/csb_btnEn.gif) no-repeat left top;
	border: none;
}
.csb-dropdown
{
	position: absolute;
	z-index: 9999;
	margin: 1px 0 0;
	padding: 0;
	border-style: solid;
	border-color: #4a9231 #4a9231 #005931 #005931;
	border-width: 1px;
	background-color: #fff;
text-align:left;
}
.csb-dropdown li
{
	margin: 0;
	padding: 0;
	list-style: none;
}
.csb-dropdown a
{
	display: block;
	overflow: hidden;
	height: 18px;
	padding: 1px 2px;
	color: black;
	line-height: 19px;
	text-decoration: none;
	cursor: default;
}
.csb-dropdown a:hover
{
	background-color: #005931;
	color: #fff;
}

