.navcontainer {
	width: 150px;
}
.navcontainer ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FFFFFF;
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	font-weight: bold;
}
.navcontainer a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #df9300;
	display: block;
	padding: 8px;
	width: 160px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
}
.navcontainer a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.navcontainer a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
}
.navcontainer a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #660000;
	font-weight: bold;
}
.navcontainer a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #ffcc66;
	font-weight: bold;
}
