@CHARSET "UTF-8"; 
.sbHolder{ background-color: transparent; border: solid 0px #555; border-right:0px; border-radius:0 0 0 0; float:left; display:inline; font-weight:bold; height: 31px; position: relative; top:12px; width: 150px; padding:3px 15px 0 15px;  
 position:absolute; z-index:100; border-right:1px solid #0b3033;}
.sbHolder:focus .sbSelector{ }
.sbSelector{ display: block; height: 31px; left: 0; font-size:18px; line-height: 30px; outline: none; overflow: hidden; position: absolute; text-indent: 10px; top: 0; width: 100%; }
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{ color: #00467f; outline: none; text-decoration: none; float:left; }
.sbToggle{ background: url(/Users/hycl/Images/main/select-icons.png) left top no-repeat; display: block; float:left; height: 31px; outline: none; position: absolute; right: 0; top: 0; width: 31px; border:0px; }
.sbHolder:hover .sbToggle{ background-position-y: -31px; }
.sbToggleOpen{ background-position-y: -61px; }
.sbHolder:hover .sbToggleOpen{ background-position-y: -93px; }
.sbHolderDisabled{ background-color: #fff; border: solid 0px #515151; }
.sbHolderDisabled .sbHolder{ }
.sbHolderDisabled .sbToggle{ }
.sbOptions{ background-color: rgba(255, 255, 255, 0.92); border:0px solid #555;  list-style: none; left: 0px; margin: 0; padding: 0; position: absolute; top: 42px !important; left: 0 !important; width: 149px; z-index: 1; overflow-y: auto; }
.sbOptions > li{ padding: 0 0; width: 140px; text-align:left; border-bottom:1px dotted #ccc; }
.sbOptions > li:last-child{ border-bottom:0px solid #1f619a; }
.sbOptions > li > a{ display: block; outline: none; padding: 2px 0 3px 10px; font-size:12px; }

.sbOptions a:link, .sbOptions a:visited{ color: #555; text-decoration: none; }
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{ color: #ebb52d; }
.sbOptions li.last a{ border-bottom: none; }
.sbOptions .sbDisabled{ border-bottom: dotted 1px #515151;  color: #999; display: block; padding: 7px 0 7px 3px; }
.sbOptions .sbGroup{ border-bottom: dotted 1px #515151; color: #ffffff; display: block; font-weight: bold; padding: 7px 0 7px 3px; }
.sbOptions .sbSub{ padding-left: 17px; }