.cb_select{
  width:316px;
  float:left;
  clear:both;
  position:relative;
  color:#fff;
  background:#8b969d;
  z-index:99999;
}
.proSelectBox .cb_select{margin-top:15px;}
.cb_select .cb_selectMain{
  color:#fff;
  background:url(../images/index/selectBg.jpg) no-repeat;
  cursor:pointer;
  text-align:left;
  height:30px;
  line-height:30px;
  text-indent:10px;
  width:316px;
  position:absolute;
  top:0px;
  left:0px;
  z-index:9999;
}
.cb_select .cb_down{
  background-image:url(../images/index/selectBg.jpg);
}
.cb_select .cb_up{
  background-image:url(../images/index/selectBg2.jpg);
}
.cb_selectWrapper{
  width:316px;
  display:none;
  position:absolute;
  top:30px;
  left:0px;
  z-index:1000;
  height:150px;
  background:#8b969d;
  z-index:99999;
}
.cb_selectWrapper ul {
  list-style:none;
  padding:0px;
  margin:0px;
  width:100%;
}
.cb_selectWrapper ul li{float:none;width:auto;height:auto;margin-right:0;height:25px;line-height:25px;padding-bottom:0;}
.cb_selectWrapper ul li a{
	width:100%;
  text-decoration:none;
  cursor:pointer;
  display:block;
  padding:3px 0px;
  text-indent:10px;
  letter-spacing:1px;
  color:#fff;  
}
.cb_selectWrapper ul li.cur a{
	padding-left:10px;
}
/*Download by http://www.codefans.net*/
.cb_selectWrapper ul li a:hover{
  background-color:#61686d;
  color:#fff;
}