.navbar {
	width: 240px;
	background-color: #F57E3B;
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
}
.navbar a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #993399;
	text-decoration: none;
	list-style-type: none;
}
.navbar a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #993399;
	text-decoration: none;
}
.navbar a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #B5DBF4;
	text-decoration: none;
}
.navbar a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #F36D28;
	text-decoration: none;
	background-color: #4AFFFF;
}
.navbar ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}
.navbar a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #B6DCF5;
	display: block;
	padding: 3px;
	width: 225px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #815E74;
	margin-right: 15px;
}
