.jsb-wrap {
	width: 150px;
	position: relative;
	/* z-index: 100 !important; */
	/* margin: 18px auto !important; */
	text-align: center !important;
	/* clear: both !important; */
	float : left;
}
.jsb-title {
	color: #000000;
	padding: 2px 0;
	cursor: pointer;
	position: relative;
	line-height: 1 !important;
	float : left;
}
.jsb-s1 {
	background: #F6F6F6;
	border: dotted #666666;
	border-width: 1px 1px 0;
	margin-top: -1px;
}
.jsb-s2 {
	background: #F6F6F6;
	border: dotted #666666;
	border-width: 1px 1px 0;
	margin-top: -1px;
}
.jsb-title span {
	border-bottom: 1px dashed #000000;
	color: #000000;
}
.jsb-s1 span {
	border-bottom: 1px dashed #000000;
	color: #000000;
}
.jsb-s2 span {
	border-bottom: 1px dashed #000000;
	color: #000000;
}
.jsb-wrap ul {
	display: none;
    position: absolute;
	top: 16px;
	left: 0;
	width: 188px;
	padding: 5px 10px !important;
	margin: 0 !important;
	line-height: 22px !important;
}
ul.jsb-list1 {
	background: #F6F6F6;
	border: 1px dotted #666666;
	border-top: none;
	float : left;
}
ul.jsb-list2 {
	background: #F6F6F6;
	border: 1px dotted #666666;
	border-top: none;
	float : left;
}
.jsb-wrap li {
	text-align: left !important;
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
.jsb-wrap a {
	text-decoration: none !important;
	display: block;
	padding-left: 25px;
	color: #666 !important;
	height: 1%;
}
ul.jsb-list2 a {
	color: #666 !important;
}
.jsb-wrap a:hover {
	color: #000000 !important;
	text-decoration: underline !important;
}