A.menulink {
	text-decoration: none;
	font-family:Verdana;
	font-size:12px;
	color: #FFFFFF;
	font-weight: bold;
	border: thin none #FFFFFF;
}

A.menulink:hover {
	background-color:#000000;
	color: #ffffff;
	border-top: thin inset #FFFFFF;
	border-right: thin none #FFFFFF;
	border-bottom: thin inset #FFFFFF;
	border-left: thin none #FFFFFF;
}
A.menulink2 {
	text-decoration: none;
	font-family:Verdana;
	font-size:12px;
	color: #FFCC00;
	font-weight: bold;
	border: thin none #FFFFFF;
}

A.menulink2:hover {
	color: #ffffff;
	border-top: thin none #000000;
	border-right: thin none #000000;
	border-bottom: thin none #ffffff;
	border-left: thin none #000000;
	font-size: 12px;
}

