#menu {
	width: 149px;
	margin-top: 13px;
	margin-left: 14px;
	float: left;
	}

.sectfont {		/* Navigation Section Headers */
	font-family: serif;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	width: 149px;
	cursor: hand;
	float: left;
	}

a:link.sectfont { color: #ffffff; }
a:visited.sectfont { color: #ffffff; }
a:hover.sectfont { color: #000066; background-color: #a5cfdc; cursor: hand; }

.subfont {		/* Navigation Links */
	font-family: serif;
	font-weight: bold;
	font-weight: bold;
	font-style: italic;
	font-size: 95.1%;
	color: #a5cfdc;
	text-decoration: none;
	width: 149px;
	cursor: hand;
	float: left;
	}

a:link.subfont { color: #a5cfdc; }
a:visited.subfont { color: #a5cfdc; }
a:hover.subfont { color: #000066; background-color: #a5cfdc; cursor: hand; }

hr#nav { 		/* Horizontal rule between link section and links */
	color: #a5cfdc; 
	width: 147px;
	float: left;
	font-size: 1px;
	margin-top: 0;
	margin-bottom: 2px;
	}