.CS_current {
	display:	block;
	border: solid #C0C0C0;
	border-width: 1px 0px 1px 1px; 
	width:		182px !important; 
	width:		181px;
}
.CS_down{
	border: solid #C0C0C0;
	border-width: 1px 1px 1px 0px; 
}

.CS_hidden {
	display:none;
}
.CS_options {
	display:			block;
	background: 		#ffffff;
	border: 			solid #C0C0C0;
	border-width: 		0px 1px 1px 1px; 
	position:			absolute;
	width:				200px;
}
.CS_options a{
	display:			block;
	text-decoration:	none;
	cursor: 			default;
}
.CS_options a:hover{
	display:			block;
	background-color:	#E7E7E7;
}
.CS_select{
	cursor: 	default;
}
