/* CSS Document */

#nav ul .competition a {
	 margin:0;
     background: url(../tcg-images/competition-button.jpg) no-repeat left bottom;
	 color:#FFFFFF;
}

#nav .competition a:hover {
     background-position:right bottom;
     color:#000000;
}

