ul#expand {
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: #FFFFFF;
}

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

ul#expand li, 
  ul#expand a {
  font-family: arial, sans-serif;
  font-size: 10pt;
  color: #FFFFFF;
}

ul#expand li {
  border-bottom: none;
}

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

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

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

ul#expand a:hover {
  color: #97BBED;
}

ul#expand a.active {
  color: #FFFFFF;
}
