ul#menu2 {
  width: 12em;
  list-style-type: none;
  border-top: solid 0px #b9a894;
  margin: 0;
  padding: 0;
}

ul#menu2 ol {
  display: none;
  text-align:left;
  list-style-type: none;
  margin: 0;
  padding: 5px;
}

ul#menu2 li, ul#menu2 a {
  font-family: "Trebuchet MS";  font-size: 12px;  color: #666; font-weight:bold; font-size:12px; line-height:29px;
}

ul#menu2 li {
  border-bottom: solid 0px #b9a894;
  line-height: 15px;
}
ul#menu2 ol li ul#menu2 a {
  font-family: "Trebuchet MS";  font-size: 11px;  color: #666; font-weight:normal; font-size:12px; line-height:29px;
}
ul#menu2 ol li {
  border-bottom: none;
}

ul#menu2 ol li:before {
  content: " ";
}

ul#menu2 a {
  text-decoration: none;   outline: none;
}
ul#menu2 ol li a {
  text-decoration: none;   outline: none; font-weight:normal; text-transform:none; padding-left:5px;
}
ul#menu2 a:hover {
  color: #333; text-decoration:underline;
}

ul#menu2 a#active {
  color: #333;
}