.dropdown{
  border:none;
  background: url(../img/dropdown.gif) top left no-repeat;
  width:210px;
  height:24px;
  padding-left:3px;
  padding-top:3px;
}

.dropdown_125{
  border:none;
  background: url(../img/dropdown_125.gif) top left no-repeat;
  width:130px;
  height:24px;
  padding-left:3px;
  padding-top:3px;
}

.dropdown_300{
  border:none;
  background: url(../img/dropdown_300.gif) top left no-repeat;
  width:305px;
  height:24px;
  padding-left:3px;
  padding-top:3px;
}

.dropdown_400{
  border:none;
  background: url(../img/dropdown_400.gif) top left no-repeat;
  width:405px;
  height:24px;
  padding-left:3px;
  padding-top:3px;
}

.dd_list{      
  position:absolute;
  visibility:hidden;
  border:1px solid #000000;
  overflow-y:auto;
  overflow-x:hidden;
  background-color:#ffffff;
  padding-bottom:5px;
  text-align:left;
  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;
  text-align:left;
}


a:hover.dd_list_item{
  color:#000000;
  text-decoration:none;
  background-color:#dddddd;  
}

.dd_list_item_hide{
  display:none;
}


