.dropdown-01 {
  float: right;
  font-weight: normal;
  font-size: 10pt;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.dropdown-01 table {
  display: inline-block;
  zoom: 1;
  *display: inline;
  background-color: white;
  border: 1px solid #888888;
  border-radius: 3px;
  cursor: pointer;
  color: #888888;
}
.dropdown-01 span {
  border: none;
  border-radius: initial;
  font-size: 8pt;
  font-weight: bold;
  padding: 0px 10px;
}
.dropdown-01 .trigger {
  margin: 3px 3px 0px 0px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  background-image: url('/Managed/Resources/Images/sprites/down-arrow-16x16.png');
  width: 16px;
  height: 16px;
}
.dropdown-01 .trigger b.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown-01 .drpdown {
  display: none;
  background-color: white;
  border: 1px solid #888888;
  padding: 5px;
  position: absolute;
  z-index: 99;
}
.dropdown-01 .drpdown a {
  text-decoration: none;
  padding: 0 2px !important;
}
.dropdown-01 .drpdown a:hover {
  background-color: #888888;
}
.find-a-fund {
  float: right;
  font-weight: normal;
  font-size: 10pt;
}
.find-a-fund table {
  display: inline-block;
  zoom: 1;
  *display: inline;
  background-color: white;
  border: 1px solid #888888;
  border-radius: 3px;
}
.find-a-fund span {
  color: #888888;
  border: none;
  border-radius: initial;
  font-size: 8pt;
  font-weight: bold;
  padding: 0px 10px;
}
.find-a-fund .trigger {
  margin: 3px 3px 0px 0px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  background-image: url('/Managed/Resources/Images/sprites/down-arrow-16x16.png');
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.find-a-fund .ddown {
  display: none;
  background-color: white;
  border: 1px solid #888888;
  padding: 15px;
  position: absolute;
  width: 250px;
  z-index: 99;
}
.find-a-fund ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.find-a-fund ul li {
  margin-bottom: 0px;
  color: gray;
}
.find-a-fund ul ul {
  margin-left: 10px;
}
.find-a-fund ul.primary > li,
.find-a-fund ul.secondary > li {
  border-bottom: 1px solid #e0e0e0;
}
.find-a-fund ul.primary > li > a,
.find-a-fund ul.secondary > li > a {
  font-weight: bold;
}
.find-a-fund li a {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 2px 0px;
  font-size: 9pt;
  width: 100%;
  text-align: left;
}
.find-a-fund a:hover {
  color: #08287f;
  background-color: #dddddd;
}
