
#menu a {
	color: #?FFFFFF;
}
#menu a {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
}
#menu a:link {
	text-decoration: none;
}
#menu a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#menu a:hover {
	color: #FFFF99;
	font-size:14px;
	text-decoration:underline; 
}
#menu a:active {
	text-decoration: none;
	color: #FFFFFF;
}

