select {
 display: block;
 width: 100px;
}
select.replacedl {
 display: none;
}
ul.selectReplacementl {
  background: url(http://213.206.91.21/fileadmin/template/main/images/Frontpage_DropDown.gif) top left no-repeat;
  list-style-image: none;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 16px;
  width: 88px;
}
ul.selectReplacementl li {
  color: #003399;
  cursor: pointer;
  padding: 0px 5px;
  display: none;
  font-size: 10px;
  line-height: 14px;
  margin: 0;
  width: 88px;
}
ul.selectOpenl li {
  background: url(http://213.206.91.21/fileadmin/template/main/images/Frontpage_DropDown_Down.gif) bottom left no-repeat;
  display: block;
  color: #000000;
  width: 88px;
}
ul.selectReplacementl li.selectedl {
  /*background: url(http://213.206.91.21/fileadmin/template/main/images/DropDown.gif) bottom left no-repeat;*/
  color: #003399;
  display: block;
}

