a.menu
{
text-decoration: none;
font-family: Century Gothic;
font-size: 12px;
font-weight: bold;
color: #ffffff;
}
a.menu:hover
{
text-decoration: none;
font-family: Century Gothic;
font-size: 12px;
font-weight: bold;
color: #ffffff;
}
a.menu:visited
{
font-family: Century Gothic;
font-size: 12px;
font-weight: bold;
color: #ffffff;
}
td
{
font-family: Century Gothic;
font-size: 11px;
color: #6A6A6A;
}
a.more
{
color: #FF0000;
text-decoration: none;
font-family: Century Gothic;
font-size: 11px;
font-weight: bold;
}
a.more:visited
{
color: #FF0000;
font-family: Century Gothic;
font-size: 11px;
font-weight: bold;
}
a.more:hover
{
color: #FF0000;
font-family: Century Gothic;
text-decoration: none;
font-size: 11px;
font-weight: bold;
}
a.footer
{
color: #585858;
text-decoration: none;
font-family: Century Gothic;
font-size: 12px;
font-weight: bold;
}
a.footer:visited
{
color: #585858;
font-family: Century Gothic;
font-size: 12px;
font-weight: bold;
}
a.footer:hover
{
color: #585858;
text-decoration: none;
font-family: Century Gothic;
font-size: 12px;
font-weight: bold;
}
a.metamorph
{
color: #ffffff;
text-decoration: none;
font-family: Century Gothic;
font-size: 11px;
font-weight: normal;
}
a.metamorph:visited
{
color: #ffffff;
font-family: Century Gothic;
font-size: 11px;
font-weight: normal;
}
a.metamorph:hover
{
color: #ffffff;
text-decoration: none;
font-family: Century Gothic;
font-size: 11px;
font-weight: normal;
}
.title
{
color: #3A3A3A;
font-size: 12px;
font-weight: 900;
}
ul#menu {
  width: 100px;
  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: Century Gothic;
  font-size: 11px;
  color: #785a3c;
}

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: #539dbc;
}

ul#menu a.active {
  color: #be5028;
}
