a.menu {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a.menulight {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
a.menuselected {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6699CC;
	text-decoration: none;
	font-weight: bold;
}
a.menu:hover {
	color: #6699CC;
	text-decoration: none;
}
a.menulight:hover {
	color: #6699CC;
	text-decoration: none;
}
a.menuselected:hover {
	color: #6699CC;
	text-decoration: none;
}
