#nav, #nav ul {
  border-style: solid;
  border-color: #64923f #004800 #003300 #64923f;
  border-width: 1px 2px 2px;
  margin: 1pt;
  padding: 0 0 5px;
  background: #a0b302 none repeat scroll 0% 50%;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  font-family: verdana,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  position: relative;
  z-index: 200;
}
#nav {
  padding: 0;
  height: 25px;
}
#nav table {
  border-collapse: collapse;
}
#nav li {
  padding: 0 20px 0 10px;
  float: left;
  background-color: #a0b302;
}
#nav li li {
  float: none;
}
#nav li a li {
  float: left;
}
#nav li a {
  display: block;
  float: left;
  height: 25px;
  padding-right: 5px;
  line-height: 25px;
  text-decoration: none;
  white-space: nowrap;
  color: #004d00;
}
#nav li li a {
  height: 20px;
  line-height: 20px;
  float: none;
}
#nav li:hover {
  background: #a0b302 none repeat scroll 0% 50%;
  position: relative;
  z-index: 300;
}
#nav a:hover {
  position: relative;
  z-index: 300;
  text-decoration: underline;
  color: #64923f;
}
#nav *:hover ul {
  left: 0;
  top: 22px;
}
#nav a:hover ul {
  left: -10px;
}
#nav ul {
  position: absolute;
  left: -9999px;
  top: -9999px;
}
#nav li:hover li:hover > ul {
  left: -15px;
  margin-left: 100%;
  top: -1px;
}
#nav li:hover > ul ul {
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: auto;
}
#nav li:hover > a {
  text-decoration: underline;
  color: yellow;
}
#nav a:hover a:hover ul, #nav a:hover a:hover a:hover ul, #nav a:hover a:hover a:hover a:hover ul, #nav a:hover a:hover a:hover a:hover a:hover ul {
  left: 100%;
  top: -1px;
}
#nav a:hover ul ul, #nav a:hover a:hover ul ul, #nav a:hover a:hover a:hover ul ul, #nav a:hover a:hover a:hover a:hover ul ul {
  position: absolute;
  left: -9999px;
  top: -9999px;
}
.newspage-story-header {
  font-size: 16px;
  text-align: center;
  color: black;
  font-weight: bold;
}
