.navcontainer {
	float: right;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #000099;
	background-color: #FFFFFF;
	color: #3C6480;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: right;
	width: 125px;
}
.navcontainer ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000099;
	list-style-type: none;
	text-align: right;
	background-color: #FFFFFF;
	margin-right: 0px;
	padding-right: 0px;
}
.navcontainer h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000099;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000099;
	background-position: right;
	text-align: right;
	letter-spacing: 2px;
	font-variant: small-caps;
	background-color: #FFFFFF;
	text-decoration: none;
	margin-top: 1px;
	padding-top: 1px;
}
.navcontainer a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #3C6480;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: right;
	width: 100px;
}
.navcontainer a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #3C6480;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: right;
}
.navcontainer a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: right;
}
.navcontainer a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #3C6480;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: right;
}
.navcontainer a:hover {
	color: #93A070;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #93A070;
	background-color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
