#nav .red {
	color: #000000;
	font-weight: bold;

}
#nav a {
	line-height: 18px;
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 0px none;
}
#nav a:visited {
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
	color: #cc0000;
}
