.dropdown{
  border:none;
  /*background: url('../img/test.jpg') no-repeat;*/
  /*width:191px;*/
  height:22px;
  padding-left:3px;
}

.dd_list{      
  position:absolute;
  visibility:hidden;
  border:1px solid #000000;
  overflow-y:auto;
  overflow-x:hidden;
  background-color:#ffffff;
  padding-bottom:5px;
  z-index:999;
} 

a.dd_list_item{
  display:block;
  color:#000000;
  text-decoration:none;
  height:20px;
  line-height:20px;
  font-weight:normal;
  padding-right:30px;
}


a:hover.dd_list_item{
  color:#000000;
  text-decoration:none;
  background-color:#dddddd;
}

/*
.dd_select{
  float:left;
  background: url(../img/dropdown.gif) top left no-repeat;
  height:24px;
  width:210px;
}

.dd_select_item{
  height:24px;
  line-height:24px;
  padding-left:5px;
}

.dd_list_item_hide{
  display:none;
}
*/
