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

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

ul#menu li, 
  ul#menu a {
  font-family: verdana, sans-serif;
  font-size: 11px;
  color: #CC0033;
}

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: #CC0033;
}

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


body, h1, h2, h3, h4, h5, h6, p, td, li, textarea, select, option, input {
  font-family: Arial, MS Sans Serif, sans serif;
}

body, p, td, h3, h4, input {
  font-size: 10pt;
}

body {
  background-color: #ffffff;
}

h1 {
  font-size: 14pt;
}

h2 {
  font-size: 12pt;
}

h3, h4 {
  margin: 0;
}

h4 {
  font-weight: normal;
}

    
.bars {
  border-top: thin dotted #009999;
  border-bottom: thin dotted #009999;
}

.mask {
  font-size: 9pt;
  color: #ffffff;
  margin: 0;
}


A:link {
  color: #0000ff;
}
A:visited {
  color: #0000ff;
}
A:hover {
  color: #b82619;
}
