@CHARSET "UTF-8";
.sbHolder{
	background-color: #fff;
	border: solid 2px #e7e7e7;
	font-size:16px;
	color:#000;
	font-weight: bold;
	height: 20px;
	position: relative;
	width: 70px;
	margin:10px;
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 20px;
	left: 0;
	font-size:16px;
	color:#000;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 20px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{

	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url(../images/dropdown.png);
	display: block;
	height: 20px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}
.sbToggle2:hover{
	background: url(../images/dropdown.png);
}
.sbToggleOpen2{
	background: url(../images/dropdown.png);
}
.sbToggleOpen:hover2{
	background: url(../images/dropdown.png);
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #fff;
	border: solid 1px #e7e7e7;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 22px;
	width: 70px;
	z-index: 1;
	overflow-y: auto;
	font-size:16px;
	color:#000;
}
.sbOptions li{
}
.sbOptions a{
	display: block;
	outline: none;
	overflow-x: none;
}
.sbOptions a:link, .sbOptions a:visited{
	padding-left:5px;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	background-color: #dbdbdb;
	display:block;

}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #515151;

	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #515151;

	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}
<!-- Dropdown Title name -->
#title_con .sbHolder{
	background-color: #fff;
	border: solid 2px #e7e7e7;
	font-size:16px;
	color:#000;
	font-weight: bold;
	height: 20px;
	position: relative;
	width: 70px;
	margin:10px;
}
#title_con .sbHolder:focus .sbSelector{
	
}
#title_con .sbSelector{
	display: block;
	height: 20px;
	left: 0;
	font-size:16px;
	color:#37246A;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 20px;
}
#title_con .sbSelector:link, .sbSelector:visited, .sbSelector:hover{

	outline: none;
	text-decoration: none;
}
#title_con .sbToggle{
	background: url(../images/dropdown.png);
	display: block;
	height: 20px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}
#title_con .sbToggle2:hover{
	background: url(../images/dropdown.png);
}
#title_con .sbToggleOpen2{
	background: url(../images/dropdown.png);
}
#title_con .sbToggleOpen:hover2{
	background: url(../images/dropdown.png);
}
#title_con .sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
#title_con .sbHolderDisabled .sbHolder{
	
}
#title_con .sbHolderDisabled .sbToggle{
	
}
#title_con .sbOptions{
	background-color: #C7B4E2;
	border: solid 1px #7F729E;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 22px;
	width: 70px;
	z-index: 1;
	overflow-y: auto;
	font-size:16px;
	color:#37246A;
}
#title_con .sbOptions li{
}
#title_con .sbOptions a{
	display: block;
	outline: none;
	overflow-x: none;
}
#title_con .sbOptions a:link, .sbOptions a:visited{
	padding-left:30px;
	text-decoration: none;
}
#title_con .sbOptions a:hover,
#title_con .sbOptions a:focus,
#title_con .sbOptions a.sbFocus{
	background-color: #7F729E;
	display:block;

}
#title_con .sbOptions li.last a{
	border-bottom: none;
}
#title_con .sbOptions .sbDisabled{
	border-bottom: dotted 1px #515151;

	display: block;
	padding: 7px 0 7px 3px;
}
#title_con .sbOptions .sbGroup{
	border-bottom: dotted 1px #515151;

	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
#title_con .sbOptions .sbSub{
	padding-left: 17px;
}
