.topmenubold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #338AFF;
	font-weight: bold;
	letter-spacing: 2px;
}
a.topmenugrey {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #464648;
 font-weight: 100;
 letter-spacing: 2px;
}

a.topmenugrey:link {
 text-decoration: none;
}
a.topmenugrey:hover {
 text-decoration: underline;
}
a.topmenugrey:visited {
 text-decoration: none;
}

a.topmenubold:link {
 text-decoration: none;
}
a.topmenubold:hover {
 text-decoration: underline;
}
a.topmenubold:visited {
 text-decoration: none;
}

