@charset "utf-8";
/* CSS Document */

#menulinks {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:0px;
	color: #9c9c9d;
}

#menulinks a {
	margin-right: 17px;
}

#menulinks a:hover {
	color: #ed2991;
	text-decoration:none;
}




#menurechts {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9c9c9d;
}


#menurechts a {
	margin-right: 17px;
}


#menurechts a:hover {
	color: #ed2991;
	text-decoration:none;
}

.off a {
	color: #9c9c9d;
	text-decoration: none;
	font-weight:normal;
	word-spacing: normal;
	list-style-type:none;
	text-decoration:none;
}

.on a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9c9c9d;
	color: #ed2991;
	text-decoration: none;
	font-weight: normal;
}


