

body {
	text-align: center;
	background-color: #000000;
	background-image: url(../templateimages/wood_effect2.jpg);
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: center top;
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}







ul#menu {
  width: 170px;
  list-style-type: none;
  border-top: solid 1px #b9a894;
  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: 10px;
  color: #FDF9D8;
}

ul#menu li {
  border-bottom: solid 1px #b9a894;
  line-height: 15px;
}

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: #006600;
}

ul#menu a.active {
  color: #006600;
}