div.selectbox-wrapper {
  position: absolute;
  width: 400px;
  background-color: white;
  border: 1px solid #000000;
  margin: 0px;
  margin-top: 0px;
  padding: 0px;
  font-size: 11px;
  text-align: left;
  overflow: auto;
  line-height: 9px;
}
div.selectbox-wrapper ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  font-size: 11px;
}
div.selectbox-wrapper ul li {
  list-style-type: none;
  display: block;
  margin: 0px;
  padding: 2px;
  cursor: pointer;
}
div.selectbox-wrapper ul li.hover {
	background-color: #0a246a;
	color: #ffffff;
}
.selectbox /* look&fell of  select box*/
{
  margin: 0px;
  padding-left: 1px;
  display : block;
  text-align: left;
  background: url('/i/i/bg_select.gif') right no-repeat;
  cursor: pointer;
  font-size:11px;
}