	.menu:link {
	color: #222222;
	font-family: arial;
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
	display: block;
	width: 145px;
	text-align: right;
	border: 1px orange;
	border-style: solid;
	padding: 2pt;
}

	.menu:visited {
	color: #222222;
	font-family: arial;
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
	display: block;
	width: 145px;
	text-align: right;
	border: 1px orange;
	border-style: dotted;
	padding: 2pt;
}

	.menu:hover {
	color: red;
	font-family: arial;
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
	display: block;
	width: 145px;
	text-align: right;
	padding: 2pt;
	border: 1px orange;
	border-style: dotted;
	
}