/* this next rule prevents Firefox adding a space beneath the
 * title image when displayed as application/xhtml+xml */
#titlebar img {
  display: block;
  }

/* styles for the nav menu - remove padding, margin and bullets */
#nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  }
/* float each list element inline */
#nav li {
  float: left;
  display: inline;
  }
/* style the links in the nav list */
#nav a {
  display:block;
  margin: 0;
  /*height: 1em;*/
  padding: 3px 10px 3px 10px;
  /*width: 50px;*/
  text-decoration: none;
  font-variant:small-caps;
  font-weight:normal;
  font-size: 100%;
  }
#nav a:link, #nav a:visited {
  background-color: #524872;
  color: #FFF;
 /* border-left: #908AA5 solid 2px;
  border-top: #908AA5 solid 2px;
  border-right: #2C263D solid 2px;
  border-bottom: #2C263D solid 2px;*/
  }
#nav a:hover, #nav a:active {
  background-color: #C0C0C0;
  color: #524872;
 /* border-left: #EBF3E7 solid 2px;
  border-top: #EBF3E7 solid 2px;
  border-right: #777E74 solid 2px;
  border-bottom: #777E74 solid 2px;*/
  }
/* special style for link to identify current page */
#thispage a:link, #thispage a:visited,
#thispage a:hover, #thispage a:active {
  background-color: #C0C0C0;
  color: #FFF;
 /* border-left: #5B6058 solid 2px;
  border-top: #5B6058 solid 2px;
  border-right: #B1B7AE solid 2px;
  border-bottom: #B1B7AE solid 2px;*/
  }
