
* {
  padding:0;
margin:0}
.dropdown {
  float:left;
  width:126px;
  padding-right:1px;
}
.dropdown dt {
  width:126px;
  border:1px solid #9ac1c9;
  padding: 3px 3px 0px 0px;
  font-weight:normal;
  cursor:pointer;
  background : url(images/header.gif);
}
.dropdown dt:hover {
  background:url(images/header_over.gif)}
.dropdown dd {
  position:absolute;
  overflow:hidden;
  width:170px;
  display:none;
  background:#f2faff;
  z-index:200;
opacity:0}
}
}
.dropdown ul {
  width:120px;
  border:1px solid #9ac1c9;
  list-style:none;
  border-top:none;
}
.dropdown li {
  display:inline;
}
.dropdown a, .dropdown a:active, .dropdown a:visited {
  display:block;
  padding:4px;
  color:#333;
  text-decoration:none;
  background:#eaf0f2;
  width:168px;
}
.dropdown a:hover {
  background:#ffffff;
  text-decoration:underline;
  color:#D9033F;
}
.dropdown .underline {
  border-bottom:1px solid #b9d6dc;
}