ul#menu {
  width: 180px;
  list-style-type: circle;
  border-top: solid 0px #b9a894;
  margin: 0;
  padding-left: 6px;
  padding-top: 5px;
  font-weight: bolder;
  text-align: left;
}

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

ul#menu li, 
  ul#menu a {
  font-family: verdana, sans-serif;
  color: #392F76;
}

ul#menu li {
  border-bottom: solid 1px #b9a894;
  line-height: 19px;
    font-size: 11px;
}

ul#menu ol li {
  border-bottom: none;
  background: none;
  font-weight: bold;
  font-size: 10px;
}

ul#menu ol li:before {
  content: " :: ";
}

ul#menu ol li:after {
  content: "";
}

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

ul#menu a:hover {
  color: #000;
  background: #AAE;
}

ul#menu a.active {
	color: Red;
	background: ThreedLightShadow;
}

