.dropdown {
  float:left;
  line-height:30px;
  text-align:center;
  background:url(../images/btn_02.gif);
  margin-left:3px;
  color:#ffffff;
  filter: alpha(Opacity=100);
  opacity: 0.9;
  }

.dropdown dt {
  width:119px;
  height:30px;
  font-weight:bold;
  cursor:pointer;
  }

.dropdown dd {
  position:absolute;
  overflow:hidden;
  width:178px;
  display:none;
  background:#fffff;
  z-index:200;
  }

.dropdown ul {
  width:174px;
  border:2px solid #bf7471;
  list-style:none;
  border-top:none;
  filter: alpha(Opacity=90);

  }
  
.dropdown li {
  display:inline;
  }
  
.dropdown a, .dropdown a:active, .dropdown a:visited { font-weight:bold; display:block; color:#0189e9; text-decoration:none; background:url(../images/dd.gif);}
.dropdown a:hover {font-weight:bold; background:url(../images/dd_over.gif); color:#dd2d67}
.dropdown .underline {border-bottom:1px solid #bf7471}