/* CSS Document */
.menutext a:link, .menutext a:visited
{
	text-decoration:none; 
	color:#000000; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	display:block;
	background-color:#FFFFFF;
	height:20px;
	border-color:#666666;
	border-width:1px;
	border-style:ridge;
}
.menutext a:hover
{
	text-decoration:none; 
	color:#000000; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	display:block;
	background-color:#EAEAEA;
	height:20px;
		border-color:#666666;
	border-width:1px;
	border-style:ridge;
}

