@charset "utf-8";
/* CSS Document */

a {
	color: #2024BF;
}

.menufont {
	font-family: "Droid Sans", "trebuchet ms", sans-serif;
	font-size: 13.5px;
	text-decoration: none;
}


a:hover {
	color: #0066FF;
	text-decoration: underline;
}

.menutop {
	display: inline;
}