

.menulink {
	color: #020202;
	font-weight : 500;
	font-family: Arial;
	cursor: pointer;
	height: 20px;
}



.menulinkon {
	color: #020202;
	background-color: #dfe7ef;
	font-family: Arial;
	cursor: pointer;
	height: 20px;
}


a.footerlink {
	color: #808080;
	font-family: Arial;
	text-decoration: none;
}
a:hover.footerlink {
	font-family: Arial;
	color: #808080;
	text-decoration: underline;
}