#nav {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	;
	padding:3px;
	margin:0px;
	background-color:#FFFFFF;
	color:#000033;
	border-bottom: 1px solid #6F8C8F;
	font-weight: bold;
}

#nav a {
color:#990000;
text-decoration:none;
}
#nav a:hover {
	text-decoration:underline;
	color: #cc9966;
}

.current {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	font-style: normal;
	color: #000033;
}

#home a#homeLink
#about a#aboutLink
    {background-color: #333333
}
