.cg-drop-container{
	position: relative;
	display: block;
	height: 20px;
	float: left;
}
.cg-drop-selected-label-1{
	position: relative;
	height: 20px;
	float: left;
	line-height: 15px;
	background: url(images/cg-drop-bg.gif);
}
.cg-drop-selected-label-2{
	margin: 0;
	line-height: 15px;
	overflow: hidden;
	background: url(images/cg-drop-right-bg.gif) top right no-repeat;
}
.cg-drop-selected-label{
	display: block;
	height: 15px;
	line-height: 15px;
	padding: 3px 20px 2px 4px;
	background: url(images/cg-drop-left-bg.gif) top left no-repeat;
	cursor: pointer;
	overflow:hidden;
}
.cg-drop-box-ctn{
	float:left;
}
.cg-drop-box{
	position: absolute;
	top: 20px;
	left: 0px;
	display: block;
	padding: 0;
	margin: 0;
	background-color: #fff;
	border: 1px solid #aaa;
	display: none;
}
.cg-drop-box .cg-drop-element{
	display: inline;
	padding: 0px;
	margin: 0px;

}
.cg-drop-label{
	border-top: 1px solid #eee;
	display: block;
	margin: 0;
	padding: 3px 5px 3px 5px;
	white-space: nowrap;
	cursor: pointer;
}
.cg-drop-label:hover{
	background-color: #35698F;
	color: #fff;
}
.cg-drop-value{
	display: none;
}