@charset "utf-8";
/* CSS Document */
	
#section {
	padding: 0px 5px 0px 5px;
	overflow:auto;
	margin: 0px;
	}
#breadcrumbs {
	overflow: auto;
	padding: 5px 0px 5px 20px;
	font-size: 9px;
	margin-top: -4px;
	margin-bottom: -10px;
	}
/* SECTION MENU */
#section_menu {
	width: 200px;
	background-color: #000066;
	text-align: left;
	border: 1px solid #0000cc;
	margin-bottom: 24px;
	margin-left: 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	}
#active_section {
	background-color: #0000AA;
	}
#section_menu li {
  	font-size: 16px;
  	background-color: #000066;
 	border: 1px solid #000088;
 	border-width: 0 0 1px 0;
}
#section_menu li a {
  	display: block;
  	text-decoration: none;
  	padding: 2px;
  	color: white;
	font-weight: bold;
}
#section_menu li a:hover {
  	display: block;
  	text-decoration: none;
  	color: white;
	background-color: #0000AA;
}
	
/* SUB SECTION MENU */
#subsection_menu {
	width: 208px;
	padding-top: 6px;
	padding-bottom: 0px;
	color: #00477F;
	background-color: #717075;
	text-align: left;
	margin: 0px;
	}
#active_subsection{
	color: red;
	}
#subsection_menu a {
	color: white;
	font-size: 12px;
	padding: 6px;
	text-decoration: none;
	}
#subsection_menu a:hover {
	color: white;
	background-color: #545456;
	text-decoration: inherit;
	}
