.menuitem{
	margin-right: 5px;
	min-width:120px;
	width:120px;
	height:30px;
	text-align: right;
	font-family:Verdana, Arial;
	font-weight:bold;
	font-size:14px;
	color: black;
}
.menuitem:hover {
	background-image:url("/images/hfmaactive.gif");
	background-repeat: no-repeat;
}
.menuitem a{
	font-family:Verdana, Arial;
	font-weight:bold;
	font-size:14px;
	color: black;
	text-decoration:none;
}
.menuitem a:hover{
	font-family:Verdana, Arial;
	font-weight:bold;
	font-size:14px;
	color: black;
	text-decoration:none;
}