#navdrp {
  clear: all;
}

#drop_down_navigation {
  width: 900px;
  margin: 0 0 0 15px;
  padding: 0 0 0 0;
  position: absolute;
  top: 100px;
  z-index: 100;
  color: #fff;
  background: #5e84ad url(/images/menu_bg.gif) repeat-x top left;
}

#section_wrapper {
  width: 850px;
  margin: -25px 0 0 0;
  padding: 45px 0 15px 0;
  position: relative;
  left: 25px;
  float: left;
  z-index: 5;
}

#drop_down_footer {
  height: 5px;
  background: url(/images/drop_down_footer.png) repeat-x bottom left;
}

.nav_section {
  width: 195px;
  margin: 0 0 0 6px;
  float: left;
}

.nav_section ul {
  margin: 3px 0 0 15px;
  padding: 0;
  list-style: disc;
}

.nav_section ul li {
  margin: 0 0 2px 0;
  padding: 0 0 0 5px;
  list-style: disc;
}


.nav_section ul a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}

.nav_section ul a:hover {
  text-decoration: none;
  color: #d7e0eb;
  font-weight: bold;
}

.nav_section h2 {
  color: #fff;
  font-size: 13px;
	font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

.nav_section h3 {
  color: #fff;
  font-size: 13px;
  font-style: italic;
  margin: 0;
  padding: 0;
}

.nav_section h2 a,
.nav_section h3 a {
  text-decoration: none;
  color: #fff;
}

.nav_section h2 a:hover,
.nav_section h3 a:hover {
  text-decoration: none;
  color: #d7e0eb;
}

.line {
  float: left;
  width: 2px;
  height: 220px;
  margin: 0 5px 0 0;
  display: block;
  background: url(../images/nav_line.png) no-repeat 0 0;
}

.community {
  background: url(/images/dropdown_arrow.gif) no-repeat 55px 25px;
}

.parents {
  background: url(/images/dropdown_arrow.gif) no-repeat 163px 25px;
}

.students {
  background: url(/images/dropdown_arrow.gif) no-repeat 260px 25px;
}

.staff {
  background: url(/images/dropdown_arrow.gif) no-repeat 353px 25px;
}

.trustees {
  background: url(/images/dropdown_arrow.gif) no-repeat 435px 25px;
}

