table #nav a{
	background-color: #fff;
	color: #C00000;
	font-weight:bold;
	font-size:12px;
}
#nav td a:hover {
	background-color: #fff;
	color: #E61206;
	font-weight:bold;
	text-decoration:none;
}
#nav td ul a{
	background-color: #fff;
	color: #C00000;
	font-weight: normal;
	text-decoration:none;
}
#nav td ul a:hover {
	background-color: #fff;
	color: #E61206;
	font-weight: normal;
	text-decoration:none;
}
