a{
	-webkit-transition: color .5s ease;
	-moz-transition: color .5s ease;
	-ms-transition: color .5s ease;
	-o-transition: color .5s ease;
	transition: color .5s ease;

	-webkit-transition: border .1s ease;
	-moz-transition: border .1s ease;
	-ms-transition: border .1s ease;
	-o-transition: border .1s ease;
	transition: border .1s ease;
}


a.menu:link{  color:white; text-decoration: none;}
a.menu:visited{  color:w	hite; text-decoration: none;}
a.menu:hover{  color:grey; text-decoration: none; transition: color .4s ease; font-weight: bold;}
a.menu:active{  color:#D4AF37; text-decoration: none; transition: color .2s ease;}
