.nav_txt_box {
  background-color: #548B23;
  padding-top: 10px;
  padding-bottom: 10px;
  margin:10px;
  border: 1px solid #000000;
}

#hilite li {
  list-style-image : none;
  list-style-type: circle;
  margin-left: 20px;
  font-weight: bold;
  padding-bottom: 5px;
}

#hilite li:hover {
  list-style-type: disc;
}

#hilite a {
  color: #FFFFFF;
  text-decoration: none;
  display: block;
}

#hilite a:hover {
  color: #FF9900;
  font-weight: bold;
}

#top_nav_bar {
  height: 25px;
  width: 100%;
  padding-bottom: 5px;
  padding-left: 200px;
  text-align: left;
  background-color: #E0ECBA;
  color: #FFFF00;
}

.top_navbar a {
  padding: 5px;
  text-decoration: none;
  font-weight: bold;
  background-color: #ADCD8C;
  color: #000000;
}

.top_navbar a:hover {
  background-color: #FF9900;
  color: #ffffff;
}
