.navcontainer {
	width: 200px;
}
.navcontainer ul {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}
.navcontainer a {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0099CC;
	display: block;
	padding: 3px;
	width: 193px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #006699;
	border-right-color: #006699;
	border-bottom-color: #006699;
	border-left-color: #006699;
}
.navcontainer a:link {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-decoration: none;
}
.navcontainer a:visited {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-decoration: none;
}
.navcontainer a:active {
	font-family: "Times New Roman", Times, serif;
	color: #003366;
	text-decoration: none;
}
.navcontainer a:hover {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #00CCFF;
}
