body {
	margin: 0;
	padding: 0;
	font: 17px arial, sans-serif;
	line-height: 28px;
	color: #333;
}

header {
	clear: both;
	width: 100%;
	height: 127px;
	margin: 0;
	padding: 18px 0 0 0;
	background: #3e5856; 
	color: #fff;
}

div#header_content {
	position: relative;
	height: 135px;
	width: 100%;
	max-width: 996px;
	margin: 0 auto 0 auto;
}

img#logo {
	display: block;
	float: left;
	max-width: 340px;
}

img#logo_print {
	display: none;
}

header fieldset {
	width: calc(100% - 24px);
	margin: 0;
	padding: 12px 12px 16px 12px;
	background: #e2e9e9;
}

header fieldset label {
	padding: 0 5px 5px 0;
	font-size: 14px;
	color: #5f8684;
}

header fieldset a:link, header fieldset a:visited, header fieldset a:active {
	display: block;
	float: right;
	margin: -5px 6px 3px 0;
	padding: 2px 4px 2px 4px;
	line-height: 14px;
	text-align: right;
	font-size: 13px;
	color: #5f8684;
}

header fieldset a:hover {
	color: #ddd;
}

header fieldset input[type=submit] {
	cursor: pointer;
}

@media screen and (min-width: 663px) {
	img#logo {
		padding: 6px 0 0 0;
	}
	
	header fieldset {
		float: right;
		width: 288px;
		margin: 0 0 0 10px;	
		border-bottom-right-radius: 4px;
		border-bottom-left-radius: 4px;
		padding: 0;
		background: transparent;
	}

	header fieldset label {
		float: none;
		padding: 0 0 10px 0;
		font-size: 15px;
		color: #fff;
	}

	header fieldset a:link, header fieldset a:visited, header fieldset a:active {
		float: right;
		color: #fff;
	}
}

@media screen and (min-width: 960px) {
	header {
		height: 129px;
	}
}
	
/* Navigation Menu */
ul#menu {
	position: absolute;
	top: 140px;
	bottom: auto;
	clear: both;
	width: 100%;
	min-height: 40px;
	margin: 0 auto 0 auto;
	padding: 0;
	background: #5f8684;
}

ul#menu li {
	float: left;
	margin: 0 8px 5px 8px;
	padding: 0;
	line-height: 16px; 
	list-style-type: none;
}

li#about_us ul {
	width: 170px;
}

.menu:link, .menu:visited, .menu:active {
	display: block;
	padding: 11px 4px 6px 4px;
	line-height: 16px; 
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

ul#menu li:hover .menu, .menu:hover {
	background: #5f8684;
}

@media screen and (min-width: 663px) {
	ul#menu {
		top: 87px;
	}
}

@media screen and (min-width: 960px) {
	ul#menu li {
		margin: 0 13px 0 13px;
	}
	.menu:link, .menu:visited, .menu:active {
		padding: 12px 10px 12px 10px;
		line-height: 18px; 
		font-size: 18px;
	}

	.active:link, .active:visited, .active:hover, .active:active {
		background: #5f8684;
	}
}

/* Dropdowns & Submenus*/
ul#menu li ul {
	display: none;
}

ul#menu li:hover > ul {
	display: block;
	position: absolute;
	margin: 0;
	z-index: 5;
	background: #5f8684;
}

ul#menu li:hover > ul li {
	display: block;
	width: auto;
	height: auto;
	float: none;
	margin: 0;
}

ul#menu ul a:link, ul#menu ul a:visited, ul#menu ul a:active {
	display: block;
	border-bottom: 1px solid #abbab9;
	padding: 9px 13px 9px 13px;
	color: #fff;
}

ul#menu ul a:hover {
	background: #6a9593;
}

/* Main */
main {
	display: block;
	padding: 42px 0 0 0;
}

@media screen and (min-width: 663px) {
	main {
		padding: 0;
	}
}

main#content_main {
	padding: 49px 0 0 0;
}

div#content {
	width: calc(100% - 20px);
	max-width: 972px;
	margin: 0 auto 0 auto;
	padding: 12px 10px 42px 10px;
	background: #fff;
}

fieldset#search_form {
	width: calc(100%);
	margin: -12px -12px 0 -12px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	padding: 12px;
	background: #e2e9e9;
}

fieldset#search_form label {
	float: left;
	padding: 9px 5px 0 0;
	color: #5f8684;
}

fieldset#search_form input[type=submit] {
	cursor: pointer;
}

p.breadcrumb {
	clear: both;
	margin: 18px 0 24px 0;
	font-size: 15px;
	color: #888;
}

p.breadcrumb a {
	color: #888;
}

p.breadcrumb a:hover {
	color: #aaa;
	text-decoration: underline;
}

@media screen and (min-width: 996px) {
	fieldset#search_form {
		float: right;
		width: 360px;
		margin: -12px 0 0 30px;
	}

	p.breadcrumb {
		clear: none;
		margin: 0 0 60px 0;
	}
}

div.section_links {
	float: right;
	width: calc(100% - 36px);
	margin: -36px 0 42px 0;
	border-radius: 4px;
	padding: 2px 18px 18px 18px;
	background: #f0f4f4;
}

div.section_links.margin {
	margin-top: 24px;
}

div.section_links.years {
	position: relative;
	margin-top: 24px;
	padding-bottom: 45px;
}

div.section_links.years h4 {
	margin: -2px -18px 0 -18px;
	padding: 8px 4px 4px 4px;
	background: #5f8684;
	color: #fff;
}

div.section_links.years img {
	position: absolute;
	right: 0;
	bottom: -40px;
	width: 220px;
}

@media screen and (min-width: 600px) {
	div.section_links {
		width: 276px;
		margin: -36px 0 42px 42px;
	}
	
	div.section_links.years {
		padding-bottom: 85px;
	}

	div.section_links.years img {
		bottom: -70px;
	}
}

div.section_links.plutarch {
	width: 190px;
	margin: 20px 0 42px 64px;
}

div.section_links.plutarch p {
	float: left;
	width: 49%;
}

div.section_links h4 {
	margin: 14px 0 6px 0;
	text-align: center;
    font-family: 'Palatino Linotype', Palatino, serif;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	color: #5f8684;
}

div.section_links p {
	font-size: 15px;
	line-height: 22px;
}

div.section_links ul {
	margin: 0 0 0 12px;
}

div.section_links ul li {
	margin: 3px 0 0 0;
	list-style-type: none;
	font-size: 15px;
	line-height: 22px;
}

div.section_links ul ul {
	margin: 0 0 9px 12px;
}

div.section_links fieldset {
	margin-top: 30px;
}

div.section_links.groups h4 {
	margin-top: 20px;
	font-size: 18px;
}

div.section_links.groups p {
	margin-top: -5px;
}

div.section_links.groups a {
	display: block;
	float: left;
	width: 110px;
	margin: 3px 4px 0 24px;
}

/* Content */

h1 {
	clear: both;
	margin: 0;
	padding: 0;
	text-align: center;
    font-family: 'Palatino Linotype', Palatino, serif;
	font-size: 32px;
	font-weight: normal;
	color: #5f8684;
}

h2 {
	margin: 46px 0 0 0;
	padding: 8px 13px 8px 13px;
	background: #e2e9e9;
    line-height: 30px;
    font-family: 'Palatino Linotype', Palatino, serif;
	font-size: 25px;
	font-weight: normal;
	text-align: center;
	color: #5f8684;
}

h3, h4 {
	margin: 23px 0 0 0;
	font-size: 17px;
}

p {
	margin: 19px 0 0 0;
	font: 17px arial, sans-serif;
	line-height: 28px;
}

table {
	margin: 24px 18px 0 18px;
	border: 1px solid #aaa;
	border-radius: 4px;
	border-collapse: collapse;
	padding: 0 17px 17px 17px;
}

tr {
	vertical-align: top;
}

th {
	padding: 12px;
	background: #eee;
	text-align: left;
}

td {
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	border: 0;
	padding: 0;
}

label {
	display: block;
	margin: 0;
	padding: 0 0 10px 0;
	line-height: 15px;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
}

input[type=text] {
	display: block;
	float: left;
	width: 205px;
	margin: 0 0 0 0;
	-webkit-appearance: none;
	border: 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 0;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 0;
	padding: 7px 8px 7px 8px;
	font-size: 15px;
}

input[type=submit], button {
	display: block;
	float: left;
	width: 44px;
	margin: 0;
	-webkit-appearance: none;
	border: 0;
	border-top-right-radius: 4px;
	border-top-left-radius: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 0;
	padding: 7px 10px 7px 10px;
	background: #bbb;
	font-size: 15px;
	font-weight: bold;
	color: #111;
	-webkit-appearance: none;
}

button[disabled], button:disabled, button:disabled:hover {
	background: #bbb;
	cursor:default;
}

button:hover {
	background: #3A58B4;
	cursor: pointer;
}

ol, ul {
	margin: 17px 0 0 25px;
	padding: 0;
}

li {
	margin: 8px 0 0 8px;
	padding: 0;
}

ul li {
	list-style-type: square;
}

ul ul {
	margin-top: 0;
}

ul ul li {
	list-style-type: circle;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #3f73a6;
}

a:hover {
	color: #598cc0;
}

img {
	max-width: 100%;
	border: 0;
}

hr {
	margin: 30px 0 30px 0;
	border-top: 1px dashed #5f8684;
	border-bottom: 0;
	padding: 0;
}

/* General Formatting Classes */
div.highlight {
	float: right;
	width: 276px;
	margin: 24px 0 42px 42px;
	padding: 2px 18px 24px 18px;
	background: #e2e9e9;

}

div.highlight h3 {
	margin-bottom: -12px;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.indent {
	margin-left: 30px;
}

.quote {
	margin: 17px 36px 0 36px;
	text-align: justify;
	line-height: 27px;
	font-size: 16px;
	font-style: italic;
}

.footnote {
	font-size: 15px;
	line-height: 24px;
}

.strike {
	text-decoration: line-through;
}

.notice {
	padding: 12px 18px 24px 18px;
	text-align: center;
	background: #e2e9e9;
	font-weight: bold;
}

.small {
	font-size: 75%;
}

.red {
	color: #d13832;
}

img.pdf_icon {
	display: inline-block;
	width: 30px;
}

img.float {
	display: block;
	float: left;
	margin: 24px 24px 24px 0;
}

/* Styling for Specific Pages */

/*Home*/
p.home {
	margin-bottom: 22px;
	font-size: 21px;
	line-height: 34px;
}

img#splash {
	display: block; 
	margin: 0 auto 0 auto;
}

div#home_left {
	margin: 40px 0 0 0;
	font-size: 16px;
	line-height: 24px;
}

div#home_center {
	margin: 40px 0 0 0;
	font-size: 16px;
	line-height: 24px;
}

div#home_right {
	margin: 40px 0 0 0;
	font-size: 16px;
	line-height: 24px;
}

@media screen and (min-width: 800px) {
	img#splash {
		float: left; 
		margin: 24px 36px 24px 0;
	}
}

@media screen and (min-width: 996px) {

	div#home_left, div#home_center, div#home_right {
		float: left;
	}
	div#home_left {
		width: 272px;
		padding: 0 24px 24px 8px;
	}
	div#home_center {
		width: 330px;
		border-left: 1px solid #e2e9e9;
		border-right: 1px solid #e2e9e9;
		padding: 0 24px 24px 24px;
	}
	div#home_right {
		width: 254px;
		padding: 0 8px 24px 24px;
	}
}

div#home_left h2, div#home_center h2, div#home_right h2 {
	margin: 0;
}

div.home span {
	display: block;
	font-style: italic;
	font-size: 75%;
}

/*Curriculum*/
p.year_list a {
	display: inline-block;
	margin: 0 6px 0 6px;
	padding: 2px;
}

div.plutarch {
	margin: 22px 0 0 0;
	font-size: 96%;
	text-align: center;
}

div.plutarch a {
	display: inline-block;
	margin: 0 9px 0 9px;
	padding: 2px;
}

/*Patio Chat Signup Form*/
div#groupsio_embed_signup {
	float: right;
	max-width: 380px;
	margin: 24px 0 24px 24px;
	border-radius: 3px;
	padding: 14px;
	background: #eee;
}

#groupsio_embed_signup input {border:1px solid #999; -webkit-appearance:none;}
#groupsio_embed_signup label {display:block; font-size:14px; padding-bottom:10px; font-weight:normal;}
#groupsio_embed_signup .email {display:block; padding:8px 0; margin:0 4% 10px 0; text-indent:5px; width:78%; min-width:130px;}
#groupsio_embed_signup {
	background:#fff; clear:left; font:16px Helvetica,Arial,sans-serif; 
}
#groupsio_embed_signup .button {

  width:35%; margin:0 0 10px 0; min-width:90px;
  background-image: linear-gradient(to bottom,#337ab7 0,#265a88 100%);
  background-repeat: repeat-x;
  border-color: #245580;
  text-shadow: 0 -1px 0 rgba(0,0,0,.2);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
  padding: 5px 14px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
  color: #fff;
  background-color: #337ab7;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  text-transform: uppercase;
}

/* By Year */
.year-quote {
	margin: 30px 36px 0 36px;
	max-width: 560px;
	text-align: justify;
	line-height: 30px;
	font-size: 18px;
	font-style: italic;
}

div.overview div {
	float: left;
	height: 300px;
	width: calc(33% - 28px);
	margin: 8px 4px 0 4px;
	padding: 0 12px 12px 8px;
}

@media screen and (min-width: 800px) {
	div.overview div {
		width: calc(25% - 28px);
	}
}

div.overview ul, div.half ul, div.schedule ul {
	margin-top: 0;
}

div.overview h3 {
	margin-top: 15px;
}

div.overview ul {
	margin-left: 0;
}

div.overview li {
	margin: 5px 0 0 0;
	list-style-type: none;
	font-size: 15px;
	line-height: 20px;
}

div.half li, div.schedule li {
	margin: 2px 0 0 0;
	list-style-type: circle;
	font-size: 92%;
}

div.overview div.clear {
	float: none;
	height: 0;
	width: 100%;
}

div.half {
	float: left;
	width: 50%;
}

div.schedule {
	float: left;
	width: 31%;
	padding: 0 1% 0 1%;
}

div.schedule h3, div.half h3 {
	padding: 9px 8px 9px 8px;
	background: #eee;
	text-align: center;
	line-height: 22px;
}

div.bible {
	background: #8ba7a7;
}

div.history {
	background: #99b2b2;
}

div.geography {
	background: #a8bdbd;
}

div.science {
	background: #b6c8c8;
}

div.lang_arts {
	background: #c5d3d3;
}

div.literature {
	background: #d3dede;
}

div.foreign {
	background: #e2e9e9;
}

div.arts {
	background: #f0f4f4;
}

div#choose {
	
}

div#choose div {
	float: left;
	width: calc(100% - 48px);
	margin: 16px 0 0 0;
	padding: 0 24px 18px 24px;
	background: #eee;
	text-align: center;
}

div#choose h3 {
	margin-bottom: -18px;
}

div#choose div#right, div#choose_upper div#right {
	float: right;
}

div#choose_upper div {
	float: left;
	width: calc(100% - 48px);
	margin: 16px 0 0 0;
	padding: 0 24px 18px 24px;
	background: #eee;
	font-size: 16px;
}

@media screen and (min-width: 840px) {
	div#choose div {
		width: 44%;
		height: 200px;
	}

	div#choose_upper div {
		width: 44%;
		height: 260px;
	}

}

p.preread {
	margin-top: 42px;
}

/* Groups */
table.groups td {
	padding: 0 18px 12px 18px;
}

/* Exams */
div.exam {
	float: left;
	width: calc(25% - 60px);
	margin: 24px 12px 0 12px;
	padding: 2px 18px 18px 18px;
	background: #eee;
}

div.exam a {
	display: block;
}

/* Resources */
div#faq_menu ul {
	margin: 0 0 0 30px;
}

table#book_helps {
	border: 1px solid #eee;
	font-size: 15px;
}

table#book_helps th {
	padding: 8px;
	font-size: 15px;
}

table#book_helps td {
	border: 1px solid #eee;
	padding: 8px;
}

span.contents {
	color: #74A465;
}

span.reading {
	color: #5f8684;
}

span.etext {
	color: #86769B;
}

span.studyguide {
	color: #A3546C;
}

/* Site Map */
h2.sitemap_header {
	clear: both;
	margin-top: 54px;
}

h3.sitemap_h3 {
	clear: both;
	margin: 36px 16px 0 15px;
	border-radius: 3px;
	padding: 4px;
	background: #ddd;
	text-align: center;
}

ul.sitemap {
	clear: both;
	margin: 16px 16px 0 16px;
}

ul.sitemap li {
	width: 25%;
	float: left;
	list-style-type: none;
	margin: 8px 0 36px 0;
}

ul.sitemap li.fullwidth {
	clear: both;
	width: 100%;
	float: none;
}

ul.sitemap a:link, ul.sitemap a:visited {
	display: block;
}

ul.sitemap li li {
/*	width: 100%;*/
}

ul.sitemap h4 {
	margin: 0;
	font-weight: normal;
}
/* Charlotte Mason */
table.pneu {
	width: calc(100% - 38px);
}

table.pneu td, div.programme_table td {
	border-bottom: 1px solid #ccc;
	padding: 9px;
}

div.programme_table {
	width: 100%;
	overflow-x: scroll;	
}

div.programme_table table {
	width: 1400px;
	margin: 24px 0 0 0;
}

div.programme_table th {
	width: 200px;
}

div.programme_table td {
	font-size: 15px;
	line-height: 24px;
}

p.page_image a {
	display: inline-block;
	width: 24%;
}

/* About Us */
div.ao_image {
	float: right;
	width: 380px;
	margin: 24px 0 36px 60px;
	text-align: center;
	font-style: italic;
	font-size: 14px;
	line-height: 20px;
}

div.advisory {
	float: right;
	width: 262px;
	margin: 24px 0 42px 42px;
	padding: 0 0 24px 0;
	text-align: center;
	font-size: 16px;
	font-style: italic;
}

div.advisory img {
	display: block;
	margin: 0 auto 0 auto;
}

div.email_quote {
	margin: 24px 24px 0 24px;
	border: 1px solid #aaa;
	border-radius: 4px;
	padding: 0 17px 17px 17px;
	font-size: 15px;

}

/* Bottom of Content Area */
div#section_menu {
	clear: both;
	margin: 30px 0 0 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 12px 12px 12px 12px;
	background: #f0f4f4;
	font-size: 15px;
	text-align: center;
}

div#section_menu .link {
	color: #333;
}

div#section_menu ul {
	display: inline;
	margin: 0;
}

div#section_menu li {
	display: inline-block;
	line-height: 18px;
}

div#section_menu li a {
	display: block;
	border-radius: 3px;
	padding: 4px 8px 4px 8px;
	line-height: 18px;
}

div#section_menu li a:hover {
	background: #e1e9e9;
}

div#slogan {
    clear: both;
    margin: 0 auto 0 auto;
    padding: 42px 0 0 0;
    max-width: 900px;
    text-align: center;
    font-family: 'Palatino Linotype', Palatino, serif;
	font-style: italic;
	font-size: 26px;
	line-height: 38px;
	color: #5f8684;
}

div#brochure {
	clear: both;
    max-width: 760px;
	margin: 36px auto 0 auto;
	border-radius: 3px;
	padding: 5px;
	background: #e2e9e9;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	color: #333;
}

/*Footer*/
footer {
	/*z-index: 200;*/
	clear: both;
	background: #4a6866; 
}

div#footer_content {
	/*z-index: 200;*/
	width: 100%;
	max-width: 1048px;
	margin: 0 auto 0 auto;
	padding: 30px 0 30px 0;
	background: #4a6866; 
	color: #fff;
}

img#footer_logo {
	display: block;
	width: 250px;
}

ul#footer_menu {
	margin: 18px 0 0 0;
	padding: 0;
}

ul#footer_menu li {
	display: block;
	float: left;
	clear: right;
	margin: 0 12px 0 0;
	padding: 0;
	list-style-type: none;
}

.footer:link, .footer:visited, .footer:active {
	display: block;
	margin: 0 2px 4px 8px;
	border-radius: 3px;
	padding: 4px 11px 3px 11px;
	background: #5f8684;
	font-weight: bold;
	color: #f0f4f4;
}

.footer:hover {
	color: #e2e9e9;
}

ul#footer_menu ul {
	height: 400px;
	margin: 0 0 24px 24px;
	padding: 0;
}

ul#footer_menu li.footer_last ul {
	height: auto;
}

@media screen and (min-width: 710px) {
	ul#footer_menu ul {
		margin: 0 0 24px 15px;
	}
	
	ul#footer_menu li.footer_short ul {
		height: auto;
	}
}

ul#footer_menu li ul li {
	float: none;
	margin: 4px 0 0 0;
}

ul#footer_menu ul a:link, ul#footer_menu ul a:visited, ul#footer_menu ul a:active {
	display: block;
	padding: 2px;
	line-height: 17px;
	font-size: 15px;
	color: #fff;
}

.footer:hover, ul#footer_menu ul a:hover {
	color: #e2e9e9;
}

/*Footer Search*/
div#footer_search fieldset {
	width: 332px;
	margin: 0 auto 36px auto;	
	border-radius: 3px;
	padding: 24px 24px 24px 24px;
	background: #5f8684;
}

div#footer_search input[type=submit] {
	cursor: pointer;
}

@media screen and (min-width: 900px) {
	div#footer_search {
		float: right;
		margin: 0 72px 36px 36px;	
	}
}

footer fieldset a:link, footer fieldset a:visited, footer fieldset a:active {
	display: block;
	float: right;
	margin: -3px 6px 3px 0;
	padding: 2px 4px 2px 4px;
	line-height: 14px;
	font-size: 14px;
	color: #fff;
}

div#footer_search img {
	display: block;
	margin: 0 auto 0 auto;
}

/*Footer Connect*/
div#connect {
	width: 100%;
	max-width: 380px;
	margin: 36px auto 36px auto;
	font-size: 16px;
}

@media screen and (min-width: 900px) {
	div#connect {
		float: left;
		margin: 0 auto 18px auto;
	}
}

div#connect h2 {
	margin: 0 0 12px 0;
	border-radius: 3px;
	background: #5f8684;
	text-align: left;
	color: #f0f4f4;
}

div#connect a {
	display: block;
	margin: 10px 0 0 8px;
	padding: 2px;
	color: #fff;
}

div#connect a:hover {
	color: #e2e9e9;
}

div#connect img {
	display: inline-block;
	width: 30px;
	vertical-align: bottom;
}

a.top {
	display: block;
	clear: both;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
}

.top:hover {
	color: #e2e9e9;
}

/*Copyright Section*/
div#copyright {
	padding: 36px 0 36px 0;
	background: #bbb;
	font-size: 14px;
	line-height: 21px;
}

div#copyright_container {
	width: 100%;
	max-width: 528px;
	margin: 0 auto 0 auto;
	color: #444;
	text-align: center;
}

div#copyright_container div {
	padding: 17px 0 0 0;
	font-size: 13px;
	line-height: 19px;
}

.copyright:link, .copyright:visited, .copyright:active {
	color: #666;
}

.copyright:hover {
	color: #888;
}

/* Submenu Active Links */
ul#thin_menu .sub_active:link, ul#thin_menu .sub_active:visited, ul#thin_menu .sub_active:active {
	background: #79a09e;
}

div#section_menu .sub_active:link, div#section_menu .sub_active:visited, div#section_menu .sub_active:active {
	background: #d2dede;
}

div#section_menu .sub_active:hover {
	background: #e1e9e9;
}

ul#footer_menu .sub_active:link, ul#footer_menu .sub_active:visited, ul#footer_menu .sub_active:active {
	border-radius: 2px;
	background: #5f8684;
}