/* CSS Document */

ul#menu {
  width: 210px;
  list-style-type: none;
  border-top: dotted 1px #cccccc;
  margin: 0;
  padding: 0;
}

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

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

ul#menu a:hover {
  color: #99cc33;
  font-weight:normal  
}


ul#menu a.active {
  color: #be5028;
  font-weight:normal  
}


ul#menu li {
  border-bottom: dotted 1px #cccccc;
  line-height: 19px;
}

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

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








