/* Start of CMSMS style sheet 'Oils: navigation' */
#navlist {
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 30px;
}
#navlist li {
  float: left;
  margin: 0 0 0 3px;
  font-size: 80%;
  line-height: 30px;
}
#navlist a, #navlist a:link, #navlist a:visited {
  float: left;
  margin: 0;
  padding: 0 0.5em;
  height: 29px;
  background: transparent url('/uploads/images/bg_navitem.png') -60px -60px no-repeat;
  color: #B9B89D;
  text-decoration: none;
}
#navlist a.currentpage,
#navlist a.activeparent,
#navlist a.currentpage:visited,
#navlist a.activeparent:visited {
  background-position: top left;
  background-repeat: repeat-x;
  border-style: solid;
  border-width: 0px 1px;
  border-color: #000000;
}
#navlist a:hover {
  background-position: top left;
  background-repeat: repeat-x;
}
#navFooter {
  list-style-type: none;
  margin: 0 180px 0 0;
  padding: 2px 0 0;
  text-align: right;
}
#navFooter li {
  display: inline;
  padding: 0 0.5em;
  font-size: 70%;
  border-left: 1px solid #CCC299;
}
#navFooter li.first {
  border-left: none;
}
#navFooter a {
  background: transparent;
  color: #B9B89D; /* #CCC299; */
  text-decoration: none;
}
#navFooter a:hover {
  text-decoration: underline;
}
/* End of 'Oils: navigation' */

