.navcontainer {
	color: #FFFFFF;
	width: 180px;
	text-align: right;
	font-family: Courier, "Courier New", "American Typewriter", Garamond, Palatino, serif, Times;
	font-size: 16px;
	display: block;
	font-style: normal;
	text-decoration: none;
	vertical-align: top;
	position: static;
	margin-left: 52px;
	font-weight: normal;
}
.navcontainer ul {
	font-family: Courier, "Courier New", "American Typewriter", Garamond, Palatino, Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	display: block;
	width: 120px;
	list-style-type: none;
	text-align: right;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	text-indent: 0px;
	
}
.navcontainer a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Courier, "Courier New", "American Typewriter", Garamond, Palatino, Times, serif;
	display: block;
	font-style: normal;
	width: 120px;
	padding-right: 20px;
	padding-left: 20px;
	margin-left: 23px;
	font-size: 16px;
	font-weight: normal;
	border: 1px solid #333333;
}
.navcontainer a {
	color: #FFFFFF;
	font-family: Courier, "Courier New", "American Typewriter", Garamond, Palatino, Times, serif;
	font-size: 16px;
	text-align: right;
	display: block;
	width: 120px;
	text-decoration: none;
	font-style: normal;
	padding-right: 20px;
	padding-left: 20px;
	margin-left: 23px;
	font-weight: normal;
	border: 1px solid #333333;
}
.navcontainer a:link {
	font-family: Courier, "Courier New", "American Typewriter", Garamond, Palatino, Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	display: block;
	font-style: normal;
	width: 120px;
	padding-left: 20px;
	margin-left: 23px;
	font-weight: normal;
	border: 1px solid #333333;
}
.navcontainer a:active {
	font-family: Courier, "Courier New", "American Typewriter", Garamond, Palatino, Times, serif;
	font-size: 16px;
	color: #FFCCFF;
	text-decoration: none;
	border: 1px solid #FFCCFF;
	display: block;
	font-style: normal;
	width: 120px;
	padding-left: 20px;
	margin-left: 23px;
	font-weight: normal;
	text-align: right;
}
.navcontainer a:hover {
	font-family: Courier, "Courier New", "American Typewriter", Garamond, Palatino, Times, serif;
	font-size: 16px;
	color: #FFCCFF;
	border: 1px solid #FFCCFF;
	display: block;
	width: 120px;
	font-style: normal;
	text-decoration: none;
	padding-left: 20px;
	margin-left: 23px;
	font-weight: normal;
	text-align: right;
}
.navcontainer li {
	font-family: Courier, "Courier New", "American Typewriter", Garamond, Palatino, Times, serif;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	width: 100px;
	float: none;
	text-align: right;
	font-style: normal;
	display: block;
	margin-left: -2px;
	padding-right: 0px;
	padding-left: -6px;
	color: #FFFFFF;
	border: 1px solid #FFCCFF;
	text-indent: 0px;
	background-color: #FFCCFF;
}
.navcontainer strong {
	width: 100px;
	font-size: 16px;
}
