.navcontainer {
	height: 20px;
	width: 68px;
	color: #990000;
	margin-top: 10px;
	margin-left: 7px;
}
.navcontainer ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #990000;
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}
.navcontainer a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #660000;
	text-decoration: none;
	background-color: #FFFFCC;
	display: block;
	width: 94px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-left: 4px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 1px;
}
.navcontainer a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #990000;
	text-decoration: none;
}
.navcontainer a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #990000;
}
.navcontainer a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #999999;
}
.navcontainer a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #990000;
}

