.fake_select {
  border: 1px solid #7f9db9;
  background-color: #fff;
  background-image: url( select_button.gif );
  background-position: 99% 50%;
  background-repeat: no-repeat;
  color: #000;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  width: 200px;
  height: 20px;
  margin: 1em;	  
}
.fake_select_current {
  margin: 0 19px 0 5px;
  padding: 3px 0 0;
  height: 17px;
  overflow: hidden;
  white-space: nowrap;
}
.fake_select ul li, .fake_select_current {
  cursor: default;
  width: auto;
}
.fake_select ul {
  display: none;
}
.fake_select_active ul {
  display: block;
  width: auto;
  position: absolute;
  background-color: white;
  color: black;
  border: 1px solid #7f9db9;
  list-style: none;
  margin: 0 0 0 -1px;
  padding: 0;
}
.fake_select_active ul li {
  padding: 2px;
}
.fake_select_option_active {
  background-color: #7f9db9;
  color: #fff;
}