table.MenuA {
	height: 14px;
	border: 0px solid yellow;
	position: absolute;
	left: 205px;
	top: 92px;
}

a:link, a:visited {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #578A2E;
	margin-right: 22px;
	cursor: pointer;
}

a:hover, a:active, a:focus {
	color: #E20A16;
}

