/*#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: 100% center;
	background-image: url(../images/open.gif);
	display: block;
	padding: 4px;
	padding-left: 8px;
  background-color: #133053;
	font-size: 10px;
	font-weight: bold;
	color: white;
	letter-spacing: 1px;
	border-top: 1px solid #2D4665;
}
.section_open:hover {
  background-color: #BD4900;
}

.section{
	background-repeat: no-repeat;
	background-position: 100% center;
	background-image: url(../images/closed_blur.gif);
	display: block;
	padding: 4px;
	padding-left: 8px;
  background-color: #163456;
  font-size: 10px;
	font-weight: bold;
	/*color: #8997A9;*/
	color: #5EBAD2;
	letter-spacing: 1px;
	border-top: 1px solid #2D4665;
}
.section:hover {
  background-color: #BD4900;
  color: white;
  background-image: url(../images/open.gif);
  text-decoration: none;
}

.subsections{
  text-align: left;
  border: 2px solid #133053;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  color: #0F495C;
  background-color: #133053;
}




.subsections a {
	display: block;
	padding-left: 18px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 10px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	letter-spacing: 1px;
}

.subsections a:hover{	
	background: #BD4900;
}

.open_subsection {
	background-color: #BD4900;
}
