a.menu:link {
	font-family: "Century Gothic";
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	border-right-style: none;
	border-right-width: 0.5px;
}
a.menu:visited {

	font-family: "Century Gothic";
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
a.menu:hover {
	font-family: "Century Gothic";
	font-size: 12px;
	font-weight: normal;
	color: #C40000;
	text-decoration: none;
	background-color: #F2F2F2;
}
a.menu:active {

	font-family: "Century Gothic";
	font-size: 12px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
	background-color: #F2F2F2;
}
