table#nav td {
	background-color: #E9E9E9;
	color: #01499D;
	font-weight:bold;
}
#nav td a:link {
	background-color: #E9E9E9;
	color: #01499D;
	font-weight:bold;
}
#nav td a:visited {
	background-color: #E9E9E9;
	color: #01499D;
	font-weight:bold;
}
#nav td a:hover {
	background-color: #E9E9E9;
	color: #D1D1D1;
	font-weight:bold;
	text-decoration:none;
}
#nav td ul a:link {
	background-color: #E9E9E9;
	color: #01499D;
	font-weight: normal;
	text-decoration:none;
}
#nav td ul a:visited {
	background-color: #E9E9E9;
	color: #01499D;
	font-weight: normal;
	text-decoration:none;
}
#nav td ul a:hover {
	background-color: #E9E9E9;
	color: #D1D1D1;
	font-weight: normal;
	text-decoration:none;
}
