/* CSS Document */
#nav ul,
#nav li {
  margin: 0px;
  padding: 0px;
}

#nav li {
  font-weight: bold;
  padding: 0px 3px;
}

#nav a:link {
  color: #68960f;
  text-decoration: none;
}

#nav a:visited {
  color: #68960f;
  text-decoration: none;
}

#nav a:hover {
  color: white;
  text-decoration: none;
  background-color: #539D26;
}

#nav a:active {
  color: white;
  text-decoration: none;
  background-color: #ff6600;
}

#nav {
  width: 70px;
  height: 20px;
  line-height: 20px;
  border-bottom: 0px;
  position: absolute;
  z-index: 1;
  top: 4px;
  background: url(../images/x.GIF) no-repeat right center;
}

.list {
  z-index: 2;
  line-height: 25px;
  font-weight: normal;
  padding: 0px 10px 10px 10px;
}

.list2 {
  line-height: 30px;
  text-align: left;
}

.list3 {
  background: #e6f4e3;
  border: 1px dashed #a8caa2;
  text-align: left;
  padding: 0px 5px;
  margin-bottom: 10px;
}

.list3 a {
  padding: 0px 5px;
  line-height: 25px;
}

.list4 div {
  line-height: 25px;
  clear: both;
}

.list4 {
  height: 260px;
  overflow-y: scroll;
  SCROLLBAR-FACE-COLOR: #d0e9be;
  SCROLLBAR-HIGHLIGHT-COLOR: #f1fbec;
  SCROLLBAR-SHADOW-COLOR: #f1fbec;
  SCROLLBAR-3DLIGHT-COLOR: #f1fbec;
  SCROLLBAR-ARROW-COLOR: #ecf7e7;
  SCROLLBAR-TRACK-COLOR: #ecf7e7;
  SCROLLBAR-DARKSHADOW-COLOR: #f1fbec;
}

.list4::-webkit-scrollbar {
  width: 14px;
  height: 14px;
}

.list4::-webkit-scrollbar-track,
.list4::-webkit-scrollbar-thumb {
  border-radius: 999px;
  border: 5px solid transparent;
}

.list4::-webkit-scrollbar-track {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, .2) inset;
}

.list4::-webkit-scrollbar-thumb {
  min-height: 20px;
  background-clip: content-box;
  box-shadow: 0 0 0 5px rgba(0, 0, 0, .2) inset;
}

.list4::-webkit-scrollbar-corner {
  background: transparent;
}

.list4 div strong {
  float: left;
  color: #fff;
  background: url(../images/navbg.jpg) no-repeat left center;
  padding-left: 5px;
  width: 52px;
}

.list4 a {
  float: left;
  text-align: center;
  display: inline;
  width: 55px;
  height: 22px;
}

.listz {
  clear: both;
  width: auto;
}

.menu1 {
  width: 430px;
  border: 3px solid #679a06;
  background: #F1FBEC;
  color: #336601;
  cursor: hand;
  height: 370px;
}

.menu2 {
  width: 70px;
  height: 20px;
  color: #769c2d;
  border: 1px solid #769c2d;
  overflow-y: hidden;
  overflow-x: hidden;
  cursor: hand;
  text-align: left;
}

.adv-float {
  position: fixed;
  _position: absolute;
  top: 100px;
  left: 10px;
}