ul#expandingmenu {
  width: 200px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul#expandingmenu a:hover {
  font-weight: normal;
}

ul#expandingmenu ol {
  display: none;
  text-align: left;
  list-style-type: none;
  margin: 0;
  padding: 5px;
}

ul#expandingmenu li, 
  ul#expandingmenu a {
  font-family: verdana, sans-serif;
  font-size: 11px;
  color: #785a3c;
  font-weight: normal;
}

ul#expandingmenu li {
  line-height: 15px;
}

ul#expandingmenu ol li {
  border-bottom: none;
}

ul#expandingmenu ol li a:hover {
  font-weight: normal;
}

ul#expandingmenu ol li:before {
  content: "- ";
}

ul#expandingmenu a {
  text-decoration: none;
  outline: none;
}

ul#expandingmenu a:hover {
  color: #539dbc;
  font-weight:none;
}

ul#expandingmenu a.active {
  color: #be5028;
}


