ul#menu {
	width: 170px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b9a894;
}

ul#menu ol {
  display: none;
  text-align: left;
  list-style-type: none;
  margin-left:10px;
  padding: 5px;
}

ul#menu li, 
  ul#menu a {
  font-family: verdana, sans-serif;
  font-size: 11px;
  color: #446A3C;
}

ul#menu li {
	line-height: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #b9a894;
	border-bottom-color: #b9a894;
}

ul#menu ol li {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #EFEFEF;
	padding-top: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
}

ul#menu ol li:before {
  content: "- ";
}

ul#menu a {
  text-decoration: none;
  outline: none;
}

ul#menu a:hover {
  color: #539dbc;
}

ul#menu a.active {
	color: #FA961B;
}

