@charset "utf-8";
/* CSS Document */
#menu li a {
  padding-bottom: 12px;
  padding-top: 12px;
  text-decoration: none;
  border-radius: 9px 9px 9px 9px;
  border: 1px solid #ffffff;
  margin-top: 15px;
  box-shadow: 1px 3px 4px #88A8B4;
}
#menu li a:link, #menu li a:visited {
  color: #135897;
  display: block;
  /*background: #e8dea9;*/
  background-color: rgba(232, 222, 169, .5) /*make background color transparency to .5*/
}
#menu li a:hover {
  color: #135897;
  background: #ded291;
}
#menu li a:active {
  color: #4d4647;
  background: #ded291;
}
#menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bk tbody tr td #menu div ul li div a span span strong {
  font-family: Arial, Helvetica, sans-serif;
  color: #5C5A5A;
  font-weight: bold;
}
.bk {
  background-image: url("../../images/directives/directives-book-00b.png");
  /*background-image: url("/images/directives/directives-book-00.png");*/
  /*background-image: url(https://w2.weather.gov/images/directives/directives-book-00.png);*/
  background-size: cover;
}
.chapters {
  font-size: 15px;
  font-family: arial, helvetica, sans-serif;
  font-weight: bold;
  margin-left: 10px;
}