﻿/*

---------------------------------

//General

---------------------------------

*/
body {
	text-align: center;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	background: #d3d3d3 url(../images/bg.png) repeat-x;
	color: #202020;
	margin-bottom: 10px;
}
a {
	color: #3C645A;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
p {
	line-height: 1.8em;
	margin-bottom: 15px;
}
p.small {
	font-size: .9em;
}
p.add {
	line-height: 1.5em;
	margin-bottom: 0px;
	color: #202020;
	margin-left: 15px;
}
p.addb {
	line-height: 1.5em;
	margin-bottom: 0px;
	color: #202020;
	font-weight: bold;
	margin-left: 15px;
}
p.addn {
	line-height: 1.5em;
	margin-bottom: 0px;
	color: #202020;
	font-size: 1.2em;
	padding-bottom: 10px;
	margin-left: 15px;
}
p.site {
	margin-left: 10px;
}
p.subsite {
	margin-left: 25px;
}
h1 {
	border-bottom: 1px;
	color: #4B7E73;
	margin-top: 10px;
	font-size: 2em;
	font-family: Georgia, Times New Roman, serif;
	margin-bottom: 10px;
	font-weight: lighter;
	border-bottom-color: #D5E6E1;
	border-bottom-style: solid;
	padding-bottom: 10px;
	line-height: 1.2em;
}
h2 {
	color: #4B7E73;
	margin-top: 10px;
	font-size: 1.6em;
	font-family: Georgia, Times New Roman, serif;
	margin-bottom: 12px;
	font-weight: lighter;
	font-style: italic;
}
h3 {
	color: #333333;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.5em;
	margin-top: 10px;
	padding-bottom: 10px;
}
h4 {
	font-size: 18px;
	color: #000000;
	margin-bottom: 10px;
	font-size: 1.3em;
	font-family: Georgia, "Times New Roman", serif;
	font-style: normal;
	font-weight: normal;
}
h5 {
	font-size: 18px;
	color: #000000;
	margin-bottom: 10px;
	font-size: 1em;
	font-family: Georgia, "Times New Roman", serif;
	font-style: normal;
	font-weight: normal;
}
h6 {
	color: #4B7E73;
	margin-top: 10px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
}
dl {
	margin-left: 20px;
	margin-bottom: 20px;
}
dt {
	font-weight: bold;
	color: #333333;
}
dl {
	color: #828282;
}
ul {
	margin-left: 50px;
	margin-bottom: 20px;
	list-style-type: square;
}
ol {
	list-style: decimal;
	margin-left: 50px;
	list-style-position: inside;
	margin-bottom: 20px;
	color: #4B7E73;
}
li {
	margin-bottom: 10px;
	line-height: 1.8em;
}
legend {
	color: #4B7E73;
	padding: 0px 10px 0px 10px;
	margin-bottom: 10px;
	margin-top: 20px;
	font-size: 14px;
	margin-left: -26px;
}
fieldset {
	padding: 10px 30px 20px 40px;
	margin-bottom: 20px;
	border: 1px solid #cccccc;
}
label {
	float: left;
	width: 100px;
}
/* Input classes */
.password {
	background: url(../images/input_bg.png) repeat-x;
	height: 18px;
	border: 1px solid #d1d1d1;
	padding: 4px 0px 0px 5px;
	font-size: 12px;
}
.file {
	background: url(../images/input_bg.png) repeat-x;
	height: 18px;
	border: 1px solid #d1d1d1;
	padding: 4px 0px 0px 5px;
	font-size: 12px;
}
.text_field {
	background: url(../images/input_bg.png) repeat-x;
	height: 18px;
	border: 1px solid #d1d1d1;
	padding: 4px 0px 0px 5px;
	font-size: 12px;
}
.text_area {
	background: url(../images/textbox_bg.png) repeat-x;
	border: 1px solid #d1d1d1;
	padding: 4px 0px 0px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.checkbox {
	margin-top: 5px;
}
.quick {
	color: #4B7E73;
	font-size: 1.6em;
	font-family: Georgia, Times New Roman, serif;
	margin-bottom: 12px;
	font-weight: lighter;
	font-style: normal;
	margin-left: 8px;
	margin-top: 12px;
}
.phone {
	color: #992020;
	font-size: 1.3em;
	font-weight: bold;
}
.radio {
	margin-top: 5px;
}
blockquote {
	margin-left: 20px;
	border-left: 2px #4B7E73 solid;
	margin-bottom: 20px;
	color: #000000;
	line-height: 1.8em;
	padding-left: 5px;
	font-style: italic;
	margin-top: 15px;
	margin-right: 20px;
	background-color: #F3F3F3;
	padding-top: 5px;
	padding-bottom: 5px;
}
pre {
	margin-left: 50px;
	background-color: #f1f1f1;
	border-top: 1px solid #cccccc;
	padding: 10px;
	margin-bottom: 20px;
	color: #333333;
}
hr {
	color: #D5E6E1;
	margin: 10px 0px 10px 0px;
}
table {
	margin-bottom: 20px;
	width: 180px;
}
tr {
}
th {
	padding: 5px 10px 5px 10px;
	text-align: left;
	border: 1px solid #cccccc;
	background: #4B7E73;
	color: #fff;
}
td {
	padding: 5px 10px 5px 10px;
	text-align: left;
	border: 1px solid #cccccc;
	background: #f9f9f9;
}
/* COMMEN USED CLASSES */
.more {
	text-align: right;
	font-weight: normal;
}
.ar {
	text-align: right;
}
.al {
	text-align: left;
}
.ac {
	text-align: center;
}
.fl {
	float: left;
}
.fr {
	float: right;
	vertical-align: middle;
}
.clear {
	clear: both;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.lighter {
	font-weight: lighter;
}
.underline {
	text-decoration: underline;
}
.no_underline {
	text-decoration: none;
}
.clear_margin {
	margin: 0px;
}
.read_more {
	text-align: right;
	margin: 0px 5px 0px 0px;
}
.date {
	color: #616161;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 0 0 0;
	font-size: .9em;
	text-transform: uppercase;
}
.headline {
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px 0 0 0;
}
.teaser {
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px 0 10px 0;
}
.synopsis {
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px 0 0px 0;
}

.source {
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px 0 0 0;
	font-weight: bold;
	font-style: italic;
}

/* DEFAULT STYLE */
/* Container */
#container {
	text-align: left;
	margin: auto;
	background: #fff;
	width: 940px;
	margin-top: 20px;
	padding: 10px;
	color: #4B7E73;
}
/* Top */
#top {
	width: 940px;
	height: 85px;
}
.logo {
	height: 75px;
	width: 332px;
	float: left;
}
#boxset {
	padding: 10px 30px 20px 40px;
	margin-bottom: 20px;
	border: 1px solid #cccccc;
}
#boxset p {
	margin: 10px 0 0 0;
}
#search_box {
	float: right;
	width: 193px;
	margin-top: 40px;
}
#story_box {
	float: right;
	width: 280px;
	margin-top: 40px;
}
.search_label {
	margin: 3px 10px 0px 0px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
}
.search_field {
	width: 100px;
	float: left;
	margin-right: 5px;
}
.submit {
	font-size: .9em;
}
.go_button {
	background: url(../images/go_button.png) 0px -24px no-repeat;
	border: none;
	height: 24px;
	width: 29px;
	cursor: pointer;
	float: left;
}
.go_button:hover {
	background: url(../images/go_button.png) 0px 0px no-repeat;
}
#size_box {
	float: right;
	width: 190px;
	margin-bottom: 5px;
}
.size_label {
	margin: 3px 10px 0px 0px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
}
/* Menu */
#menu {
	width: 940px;
	height: 32px;
	background: #4b7e73;
	margin-bottom: 15px;
	float: left;
	padding: 1px;
}
#menu_items {
	margin: 0;
	position: relative;
	background: #4b7e73;
	border: 1px solid #fff;
	padding-left: 20px;
	width: 918px;
	height: 30px;
}
#menu_items li {
	display: inline;
	margin-right: 0px;
	float: left;
	list-style: none;
}
#menu_items li a {
	background: url(../images/menu_item_bg.png) 0px 0px repeat-x;
	height: 24px;
	color: #EBF3F2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-decoration: none;
	display: inline-block;
	padding: 5px 11px 0px 11px;
	font-weight: normal;
}
#menu_items li a:hover {
	background: url(../images/menu_item_bg.png) 0px -30px repeat-x;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 5px 10px 0px 10px;
}
#menu_items li a.current {
	background: url(../images/menu_item_bg.png) 0px -30px repeat-x;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 5px 10px 0px 10px;
}
#menu_items li a.active {
	background: url(../images/menu_item_bg.png) 0px -30px repeat-x;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 5px 10px 0px 10px;
}
/* Content */
#banner {
	margin-bottom: 10px;
	height: 300px;
	position: relative;
	background: #fff;
}
.banner_text {
	font-size: 12px;
	font: 100% Georgia, "Times New Roman", serif;
	position: absolute;
	top: 20px;
	right: 20px;
	height: 210px;
	width: 216px;
}
.banner_text p {
	color: #454545;
	display: none;
}
.banner_images img {
	display: none;
}
#content {
	float: left;
	margin-bottom: 8px;
}
#map {
	border: 1px #4B7E73 solid;
	float: right;
}
#left_box {
	float: left;
	width: 250px;
	margin-top: 5px;
}
/* Left column */
#left_column {
	width: 160px;
	float: left;
	margin-right: 30px;
}
/* Main Content */
#main_content {
	margin-right: 30px;
	float: left;
	width: 470px;
}
#main_box {
	margin-right: 20px;
	float: left;
	width: 620px;
	margin-left: 15px;
	padding-left: 14px;
}
#search_frame {
	margin-right: 20px;
	float: left;
	width: 890px;
	margin-left: 15px;
	padding-left: 14px;
}
.portrait {
	float: right;
}
.portrait img {
	padding: 1px;
	margin-bottom: 10px;
	margin-left: 15px;
	border: 1px #4B7E73 solid;
}
.column_big {
	width: 610px;
	padding: 1px 1px 1px 1px;
	font-size: 11px;
	float: left;
	position: relative;
	margin: 0;
}
.column_big p {
	margin-bottom: 1px;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif, georgia;
	font-size: 1.1em;
}
.column_big a {
	font-weight: normal;
}
.column_big img {
	padding: 1px;
	border: 1px #4B7E73 solid;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.column_headline {
	height: 30px;
	width: 280px;
	background: url(../images/column_headline_bg.png) repeat-x;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	padding: 10px 0px 0px 10px;
}
.column_content {
	border: 1px #E1E1E1 solid;
	padding: 10px;
	margin-bottom: 10px;
}
.news_box {
	border: 1px #E1E1E1 solid;
	padding: 10px 10px 0px 10px;
	margin-bottom: 10px;
}
.top_nav {
	padding: 0 0 10px 0;
	border-bottom-color: #D5E6E1;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.top_nav a {
	font-weight: normal;
	border-bottom-color: #D5E6E1;
	border-bottom-style: solid;
}
/* Right Column */
#right_column {
	float: left;
	width: 250;
}
/* Latest info box */
#latest_info {
	width: 248px;
	border: 1px #4b7e73 solid;
}
#latest_info a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif, georgia;
}
#latest_info a.links {
	color: #000000;
}
#latest_info a.current_page {
	color: #E58585;
}
#latest_info a.links:hover {
	color: #9FBAA1;
}
#latest_info p {
	font-family: Arial, Helvetica, sans-serif, georgia;
	line-height: 1.4em;
}
#latest_info ul {
	margin-left: 10px;
	margin-top: 10px;
	list-style-type: square;
	margin-bottom: 5px;
}
#latest_info li {
	margin-bottom: 15px;
	margin-left: 10px;
}
#latest_info img {
	margin-bottom: 8px;
	margin-right: 10px;
	float: left;
}
#latest_info a.patient_portal {
	cursor: pointer;
	display: block;
	padding: 3px 3px 3px 6px;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
	background: url(../images/latest_info_headline_bg.png) no-repeat;
	height: 18px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.1em;
}
#latest_info a.patient_portal:hover {
	background: url(../images/latest_info_headline_bg.png) no-repeat;
}
#latest_info a.latest_info_heading {
	cursor: pointer;
	display: block;
	padding: 3px 3px 3px 6px;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
	background: url(../images/latest_info_headline_bg.png) no-repeat;
	height: 18px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.1em;
}
#latest_info a.latest_info_heading:hover {
	background: url(../images/latest_info_headline_bg.png) no-repeat;
}
#latest_info a.selected {
	color: #454545;
	background: url(../images/latest_info_headline_bg.png) 0px -24px no-repeat;
}
.latest_info_item {
	background: url('../images/latest_info_bg.png') repeat 0;
	height: 178px;
}
.contact_item {
	background: url('../images/latest_info_bg.png') repeat 0;
	height: 140px;
}
.latest_info_content {
	width: 228px;
	padding: 10px;
	color: #000000;
}
.news_date {
	color: #454545;
	font-size: .8em;
	text-transform: uppercase;
	margin-bottom: 2px;
}
.news_heading {
	font-weight: bold;
	border-bottom-color: #BBD7D0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 8px;
	padding-bottom: 6px;
}
.news_text {
}
.news_divider {
	background: url(../images/news_divider.png) no-repeat;
	height: 2px;
	width: 228px;
	margin: 10px 0px 10px 0px;
}
/*SubMenu Box */
#submenu {
	width: 248px;
	border: 1px #85ada4 solid;
	font-size: 1em;
}
#submenu {
	text-decoration: none;
	margin-bottom: 15px;
}
#submenu a.links {
	color: #345850;
	text-decoration: none;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", serif;
}
#submenu a.current_page {
	color: #992020;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	font-style: normal;
}
#submenu a.top {
	color: #345850;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	font-style: normal;
}
#submenu a.links:hover {
	text-decoration: underline;
}
#submenu p {
	font-size: .8em;
	line-height: 1.5em;
}
#submenu ul {
	margin-left: 10px;
	margin-top: 10px;
	list-style-type: square;
	margin-bottom: 5px;
}
#submenu li {
	margin-left: 10px;
	color: #CCCCCC;
}
#submenu img {
	margin-bottom: 8px;
	margin-right: 10px;
	float: left;
}
#submenu a.submenu_heading {
	cursor: pointer;
	display: block;
	padding: 3px 3px 3px 6px;
	text-decoration: none;
	font-weight: normal;
	color: #345850;
	background: url('../images/submenu_bg.png') no-repeat;
	height: 18px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.4em;
}
#submenu a.submenu_heading:hover {
	background: url(../images/latest_info_headline_bg.png) no-repeat;
}
#submenu a.selected {
	color: #454545;
	background: url(../images/latest_info_headline_bg.png) 0px -24px no-repeat;
}
.submenu_clinical {
	background: url('../images/latest_info_bg.png') repeat 0;
	height: auto;
}
.submenu_about {
	background: url('../images/latest_info_bg.png') repeat 0;
	height: auto;
}
.submenu_team {
	background: url('../images/latest_info_bg.png') repeat 0;
	height: auto;
}
.submenu_support {
	background: url('../images/latest_info_bg.png') repeat 0;
	height: auto;
}
.submenu_understanding {
	background: url('../images/latest_info_bg.png') repeat 0;
	height: auto;
}
.submenu_treatment {
	background: url('../images/treatment_bg.png') repeat 0;
	height: auto;
}
.submenu_docs {
	background: url('../images/treatment_bg.png') repeat 0;
	height: auto;
}
.submenu_rad {
	background: url('../images/latest_info_bg.png') repeat 0;
	height: auto;
}
.submenu_tx_only {
	background: url('../images/treatment_bg.png') repeat 0;
	height: auto;
}
.submenu_item {
	background: url('../images/latest_info_bg.png') repeat 0;
	height: auto;
}
.submenu_content {
	width: 228px;
	padding: 10px;
}
#bio {
	width: 248px;
	border: 1px #85ada4 solid;
	font-size: .8em;
}
#bio {
	text-decoration: none;
	margin-bottom: 15px;
}
#bio a.links {
	color: #202020;
	text-decoration: none;
}
#bio a.current_page {
	color: #E58585;
	text-decoration: none;
}
#bio a.links:hover {
	color: #9FBAA1;
}
#bio p {
	font-size: .8em;
	line-height: 1.5em;
}
#bio ul {
	margin-left: 0px;
	list-style-type: none;
	margin-bottom: 5px;
}
#bio li {
	font-family: Arial, Helvetica, sans-serif, georgia;
	font-size: .8em;
	margin-bottom: 3px;
	margin-left: 10px;
}
#bio img {
	margin-bottom: 8px;
	margin-right: 10px;
	float: left;
}
#bio a.bio_heading {
	cursor: pointer;
	display: block;
	padding: 3px 3px 3px 6px;
	text-decoration: none;
	font-weight: bold;
	color: #202020;
	background: url('../images/submenu_bg.png') no-repeat;
	height: 18px;
}
#bio a.bio_heading:hover {
	background: url(../images/latest_info_headline_bg.png) no-repeat;
}
#bio a.selected {
	color: #454545;
	background: url(../images/latest_info_headline_bg.png) 0px -24px no-repeat;
}
.bio_item {
	background: url('../images/latest_info_bg.png') repeat 0;
	height: 100px;
}
.bio_content {
	width: 228px;
	padding: 10px;
}
/* Login box */
#login {
	width: 246px;
	height: 246px;
	border: 1px solid #c3d4d7;
	padding: 1px 1px 1px 1px;
	font-size: .8em;
	float: left;
	position: relative;
	margin-top: 20px;
}
#login p {
	color: #7a9da5;
}
.column_headline_small {
	height: 30px;
	width: 236px;
	background: url(../images/column_headline_bg.png) repeat-x;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #fff;
	padding: 10px 0px 0px 10px;
}
.lock {
	float: right;
	position: absolute;
	top: 120px;
	right: 10px;
}
/* Footer */
#footer {
	width: 940px;
	height: 37px;
	background: #d6d6d6;
	float: left;
	padding: 1px;
}
.footer_content {
	width: 919px;
	height: 17px;
	background: #ffffff;
	float: left;
	color: #4b7e73;
	font-size: .9em;
	padding: 9px;
	padding-left: 10px;
	border: 1px solid #fff;
}
#footer a {
	color: #345850;
	text-decoration: none;
	vertical-align: middle;
}
#footer a:hover {
	text-decoration: underline;
}
/*

---------------------------------

//SPECIFIC PAGES -> Index

---------------------------------

*/
/* Services */
.services_icon {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.services {
	list-style-position: outside;
	margin-left: 30px;
	margin-bottom: 3px;
}
.services li {
	margin-bottom: 1px;
	padding-left: 5px;
}
.services li a {
	text-decoration: none;
	margin-top: 200px;
}
.services li a:hover {
	text-decoration: underline;
}
/* Our departments */
.globe {
	position: absolute;
	right: 10px;
	bottom: 5px;
}
/* Vertical slider menu */
.menu_slider {
	height: 32px;
	width: 184px;
	margin: auto;
}
.menu_slider_button {
	border: none;
	position: fixed;
	cursor: pointer;
	left: 20px;
	height: 25px;
	width: 178px;
}
.menu_slider_button_active {
	background: url(../images/choose_bg.png) 0px -25px no-repeat;
}
.menu_slider_content {
	display: none;
	width: 174px;
	border: 1px solid #fff;
	margin: 0;
	list-style-position: outside;
	background: #a5bac4;
	padding: 20px 1px 1px 1px;
	margin-top: 5px;
	position: absolute;
	left: 20px;
}
.menu_slider_content li {
	margin: 0;
	list-style: none;
}
.menu_slider_content li a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px;
	display: block;
	padding: 5px 0 5px 10px;
	width: 164px;
}
.menu_slider_content li a:hover {
	padding: 5px 0 5px 10px;
	background: #b4c3ca;
}
/*

---------------------------------

//SPECIFIC PAGES -> Contact us

---------------------------------

*/
#response p {
	margin-bottom: 15px;
	color: #fff;
}
#form_fields {
	position: relative;
	margin-top: 20px;
}
#form_fields img.loaderIcon {
	width: 48px;
	position: absolute;
	top: 340px;
	right: 100px;
}
.contact_form_field {
	width: 270px;
}
.form_succes {
	background: #9fbaa1;
	border-top: 1px solid #757575;
	border-bottom: 1px solid #757575;
	margin: 0;
	padding: 20px;
}
.form_error {
	background: #e58585;
	border-top: 1px solid #757575;
	border-bottom: 1px solid #757575;
	margin: 0;
	padding: 20px;
	color: #fff;
}
.form_error li {
	margin-left: 45px;
}
.form_response_image {
	float: left;
	margin-right: 10px;
}
.form_p {
	margin-bottom: 10px;
}
.head_p {
	margin-top: 10px;
}
.button {
	background: url(../images/button_bg.png) no-repeat 0 0;
	border: 0px;
	height: 31px;
	width: 68px;
	cursor: pointer;
	color: #f1f1f1;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin-top: 10px;
}
.button:hover {
	background: url(../images/button_bg.png) no-repeat 0 -31px;
}
.button_margin {
	margin-left: 100px;
}
.verification_image {
	margin-right: 10px;
	float: left;
}
.verification_input {
	margin: 1px 0px 5px 0px;
}
#navigation {
	height: auto;
	margin-bottom: 15px;
	float: left;
	padding: 1px;
	width: 248px;
}
#navigation ul {
	border: 1px solid #fff;
	margin: 0px;
	padding: 0px;
	background-color: #4b7e73;
}
#navigation ul li {
	background: #cbddd9;
	height: 32px;
	line-height: 32px;
	list-style: none;
	padding-left: 10px;
	color: #EBF3F2;
	cursor: pointer;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif, georgia;
	font-size: 1em;
	font-style: normal;
	text-transform: none;
}
#navigation ul li.subnav {
	background: #ffffff;
	border-bottom-color: #cbddd9;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 1px;
}
#navigation ul li.activenav {
	background: #E8F0EE;
	border-bottom-color: #cbddd9;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-weight: bold;
}
#navigation ul li.bottomnav {
	background: #FFFFFF;
}
#navigation a.links {
	color: #202020;
	text-decoration: none;
	font-weight: normal;
	margin-left: 10px;
}
#navigation a.top_page {
	color: #3C3C3C;
	text-decoration: none;
	font-weight: bold;
}
#navigation a.current_page {
	margin: 10px;
	color: #3C3C3C;
	text-decoration: none;
	font-weight: bold;
}
#navigation ul li.subnav:hover {
	background-color: #F3F8F7;
	position: relative;
}
#navigation ul li.bottomnav:hover {
	background-color: #E8F0EE;
	position: relative;
}

