.navcontainer {
	width: 200px;
	text-decoration: none;
}
.navcontainer ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #CCCCCC;
	margin-right: 0px;
	padding-right: 0px;
	list-style-type: none;
	text-decoration: none;
}
.navcontainer a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #CCCCCC;
	background-color: #070707;
	display: block;
	padding: 3px;
	width: 160px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EACA1D;
	text-decoration: none;
}
.navcontainer a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #CCCCCC;
	text-decoration: none;
}
.navcontainer a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #CCCCCC;
	text-decoration: none;
}
.navcontainer a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #999999;
	text-decoration: none;
}
.navcontainer a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #483A0B;
	text-decoration: none;
	background-color: #CCCCCC;
}
