/* CSS definition file containing sitestyle stylesheets */
BODY { background-color: rgb(255,255,255);}

ul#menu {
  width: 350px;
  list-style-type: none;
  border-top: solid 1px #b9a894;
  margin: 0;
  padding: 0;
}

ul#menu ol {
  width: 400px;
  display: none;
  text-align: left;
  list-style-type: none; 
  margin: 10;
  padding: 2px;
  font-weight: 500;
   
}

ul#menu li, 
  ul#menu a {
  font-family: verdana, sans-serif;
  font-size: 11px;
  color: #785a3c;
  text-align: left;
  line-height: normal;
  
}

ul#menu li {
  border-bottom: solid 1px #b9a894;
  line-height: 18px;
}

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

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

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

ul#menu a:hover {
  color: #539dbc;
  text-decoration:underline;
}

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





 