.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

a:link {

	background-color: transparent;

	color: #333333;

	font-weight: bold;

	text-decoration: none;
	
	font-size: 12px;

	}

a:visited {

	background-color: transparent;

	color: #333333;

	font-weight: bold;

	text-decoration: none;
	
	font-size: 12px;

	}

a:hover {

	background-color: transparent;

	color: #666666;

	font-weight: bold;

	text-decoration: none;
	
	font-size: 12px;

	}

a:active {

	background-color: transparent;

	color: #666666;

	font-weight: bold;

	text-decoration: none;
	
	font-size: 12px;

	}