@charset "utf-8";
#menu {
	float: right;
	height: 49px;
	width: 392px;
	background-image: url(/images/topmenu_yellow_2.jpg);
}
#menu a {
	font-family: Helvetica;
	font-size: 12px;
	text-decoration: none;
	color: #094A82;
	font-weight: bold;
	padding-left: 15px;
}
#menu a:hover {
	font-family: Helvetica;
	font-size: 12px;
	text-decoration: underline;
	color: #094A82;
	font-weight: bold;
	padding-left: 15px;
}
