@charset "utf-8";
/* CSS Document */

.menu {
	font-variant: small-caps;
	text-decoration: none;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 13px;
}
.active {
	color: #E4124C;
	font-weight: bold;
}

.menu a {
	text-decoration: none;
}
.menu a:hover {
	position: relative;
	top: 0px;






}

