/* CSS Document */

.menu {
	font-size: 10px;
}

.menu a:link {
	color: #5A9CCE;
	text-decoration: none;
	font-weight: bold;
}
.menu a:visited {
	color: #5A9CCE;
	text-decoration: none;
	font-weight: bold;
}
.menu a:hover {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

