.nav a:hover {
	background-color: #996699;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-decoration: none;
}
.nav a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #663366;
	display: block;
	border-top-style: solid;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-top-width: 1px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 13px;
}
.nav a:visited {
	color: #FFFFFF;
}

