.menulink {
	display: block;
	height: 43px;
	width: 170px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(css/menu_f01.jpg);
	background-repeat: no-repeat;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	padding-top: 8px;
}
.menulink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	background-image: url(css/menu_f01_f2.jpg);
	background-repeat: no-repeat;
	color: #0000FF;
}
