#companyhead
{
	cursor: pointer;
}

div.div_select_list{
  font-size: 12px;
  background-color: #fff;
}

div.div_select_list div.select_list_head {
  border-left: 2px solid #75736E;
  border-top: 2px solid #75736E;
  border-bottom: 1px solid #D4D0C8;
  overflow: hidden;
  float: left;
  margin-right: 5px;
  height: 18px;
  cursor:  default;
  color: #000;
  background-color: #fff;
}

div.div_select_list div.select_list_head div {
  margin: 4px 1px 3px 0px;
  border: 1px;
  padding-left: 0;
  margin-left: 0;
  background-color: #fff;
  float:left;
  width: 100px;
  display: block;
  cursor: default;
  white-space: pre;
}


div.div_select_list div.select_list_head a{
  background: transparent url(/images/select_button_blur.jpg) no-repeat;
  float: right;
  color: #000;
  margin:0px;
  width:16px;
  height:18px;
  text-decoration: none;
}

div.div_select_list div.select_list_head a:active{
  background: transparent url(/images/select_button_focus.jpg) no-repeat;
  float:right;
  color: #000;
  margin:0px;
  width:16px;
  height:18px;
  text-decoration: none;
}

div.select_list {
  border: 1px solid #D4D0C8;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  z-index: 1000;
  overflow: auto;
  margin: 0px;
  background-color: #fff;
  color: #000;
  height:250px;

  left: 0px;
  top: -2px;

  position:absolute;
}

div.select_list ul {
  list-style-type: none;
  cursor:  default;
}

div.select_list li, div.select_list li.blur, div.select_list li.hover{
  overflow: hidden;
  /*white-space: pre;*/
  height: 17px;
  padding:0px;
  margin:0px;
  background-color: #fff;
  color: #000; 
  font-size:12px; 
}

div.select_list li.hover{
  background-color: #0A246A;
  color: #fff;
}

 div.select_list li a{
  valign: auto;
}

div.select_list div.optgroup_list {
  overflow: hidden;
  margin-top: 5px;
}

div.select_list div.optgroup_list div.optgroup_title {
  overflow: hidden;
  height: 15px;
  font-weight: bold;
  font-style: italic;
  cursor: default;
}

div.select_list li.option_list {
  height: 15px;
  overflow: hidden;
  cursor: default;
}