#nav ul {
	margin: 0px;
	list-style-type: none;
	list-style-image: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: left;
}
#nav li {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #6E578F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5A227E;
}
#nav li a {
	text-decoration: none;
	color: #5A227E;
}
#nav a:hover {
	color: #4A9EC3;
	text-decoration: none;
}
#nav {
	float: left;
}
.highlight {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	background-color: #C8D9B0;
	text-align: center;
	padding: 5px;
	font-weight: bold;
}
.highlight2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-color: #C8D9B0;
	text-align: center;
	padding: 1px;
}
