/* CSS Document */

	

	.menutext {
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	line-height: 13px;
	padding: 5px;
	text-align: right;
	}
	
		a:visited {
	color: #CCCCCC;
	text-decoration: none;
	}
	
	a:link {
	text-decoration: none;
	color: #CCCCCC;
	}
	
	a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
	
	

