A.menulink 
{
	display: block;
	width: 180px;
	height: 24px;
	text-decoration: none;
	BORDER: none;
	border: solid 1px #FFFFFF;
	font-size: 10pt;
	color: white;
	font-family: Arial;
	font-weight: bold;
}

A.menulink:hover 
{
	border: solid 1px #6100C1;
	background-color:#F0E1FF;
	color: Black;
}


TR.menulink
{
	background-color: #660000;
	text-align: center;
}

TR.menuheader
{
	color: #000066;
	font-family: Arial;
	font-weight: bold;
	font-size: 12pt;
}