#sections_top_header {
  margin-top: 37px;
  float: left;
}
#sections_top_header a {
  color: #0F495C;
  font-weight: bold;
}
#sections_top_header a:hover {
  color: #FFFBDB;
}

#sections_top_header a.section_top {
  color: #7A9895;
  display: block;
  float: left;
  margin-left: 20px;
  padding-top: 2px;
}
#sections_top_header a.section_top:hover {
  color: #FFFBDB;
}
#sections_top_header a.section_top_sel {
  color: #FFFBDB;
  display: block;
  float: left;
  margin-left: 20px;
  padding-top: 2px;
}

#sections_top_header div.sti{
  position: relative;
  color: #FFFBDB;
  font-weight: bold;
  float: left;
  border-right: 2px solid white;
  padding: 2px 44px 11px 20px;
}

#sections_top_header a.section_top_icon {
  background-repeat: no-repeat;
  background-position: right;
  filter: alpha(opacity=50);
	opacity: 0.5;
	padding: 2px 35px 2px 20px;
	position: absolute;
	top: 0;
	left: 0;
}

#sections_top_header a.section_top_icon:hover {
  filter: alpha(opacity=100);
	opacity: 1;
}

#sections_top_header a.section_top_icon_sel {
  background-repeat: no-repeat;
  background-position: right;
  filter: alpha(opacity=100);
	opacity: 1;
	padding: 2px 35px 2px 20px;
	position: absolute;
	top: 0;
	left: 0;
	color: #FFFBDB;
}

h1#section_name {
  background-color: #0F495C;
  color: #FFFBDB;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  padding: 0px 9px 2px 9px; 
}

.section_open{
	background-repeat: no-repeat;
	background-position: 98% center;
	background-image: url(../images/open.gif);
	display: block;
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 2px;
  background-color: #0F495C;
	font-weight: bold;
	color: #FFFBDB;
	border: 0px;
}
.section_open:hover{
  text-decoration: none;
}

.section{
	background-repeat: no-repeat;
	background-position: 98% center;
	background-image: url(../images/closed.gif);
	display: block;
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 2px;
  background-color: #7B7B7B;	
	font-weight: bold;
	color: #FFFBDB;
	border: 0px;
}
.section:hover {
  background-color: #0F495C;
  color: #FFFBDB;
  background-image: url(../images/open.gif);
  text-decoration: none;
}

.subsections{
  text-align: left;
  border: 2px solid #0F495C;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  color: #0F495C;
}

.subsections a{
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.subsections a:hover{
	font-weight: bold;
	background: #638985;
	color: white;
	text-decoration: none;
}

.open_subsection{
	font-weight: bold;
}
