/* leftnavigation */

.navcontainer a {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	background: #67999a;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	padding: 2px 4px 2px;
	width: 144px;
	margin-bottom: 2px;
	display: block;
}

.navcontainer a:visited {
	font-size: 12px;	
	color: #fff;
	text-decoration: none;
}

.navcontainer a:hover {
	background: #2e62dc;
	text-decoration: none;
}


.navsub, .navsub_show {
	margin-bottom: 4px;
	margin-top: -2px;
	padding-top: 6px;
	background: #d6e0f9;
	display: none;
}

.navsub_show {
	display: block;	
}

.navsub a, .navsub_show a {
	font-size: 11px;
	color: #000;
	background: #d6e0f9;
	text-decoration: none;
	margin-bottom: 0px;
}

.navsub a:visited, .navsub_show a:visited {
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
.navsub a:hover, .navsub_show a:hover {
	color: #fff;
	background: #2e62dc;
	text-decoration: none;
}



.navcontainer .navheader_selected {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	padding: 2px 4px 2px;
	width: 144px;
	margin-bottom: 2px;
	display: block;
	background: #2e62dc;
	text-decoration: none;
}

.navcontainer .selected {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	padding: 2px 4px 2px;
	width: 144px;
	margin-bottom: 0px;
	display: block;
	background: #2e62dc;
	text-align: right;
	text-decoration: none;
}
