.menu a, a:visited, a:active {
	text-decoration: none;
	color: #ffffff;
	font-size: 9pt;
	font-family:  "Trebuchet MS", sans-serif;  
	font-weight: bold;
}

.menu a:hover {
	text-decoration: underline;
	color: #ffffff;
	font-size: 9pt;
	font-family:  "Trebuchet MS", sans-serif;  
	font-weight: bold;
}

