A.nav:link {	color           : blue;
		background      : transparent;
		text-decoration: none	}


A.nav:visited {	color: #000000;
		background      : transparent;
		text-decoration:none	}


A.nav:hover {	color           : #ffffff;
		background      : #808080;
		text-decoration: underline}


A.nav:active {	color: #000000;
		background      : transparent;
		text-decoration: underline	}

     