/*	=========================
	= Left Navigation Panel =
	=========================*/

	#leftNavigationCoins {
		height:415px;
		left:22px;
		margin:0px;
		padding:0px;
		position:absolute;
		top:160px;
		width:82px;
	}
	#leftNavigationCoins li {
		border:0px;
		list-style:none;
		margin:0px;
		padding:0px;
	}
	#leftNavigationCoins li, #leftNavigationCoins a {
		display:block;
		height:45px;
		width:82px;
	}


/*	==============================
	= Navigation Buttons (Coins) =
	==============================*/

	/*	====================
		= Games
		====================*/
			#navGames {
				background:transparent url(../images/leftNavigationCoins.png) 0px 0px no-repeat;
				left:0px;
				position:absolute;
				top:0px;
			}
			#navGames a:hover, #navGames a:active, #navGames a:focus {
				background:transparent url(../images/leftNavigationCoins.png) -82px 0px no-repeat;
			}
	
	/*	====================
		= Toons
		====================*/
			#navToons {
				background:transparent url(../images/leftNavigationCoins.png) 0px -45px no-repeat;
				left:0px;
				position:absolute;
				top:52px;
			}
			#navToons a:hover, #navToons a:active, #navToons a:focus {
				background:transparent url(../images/leftNavigationCoins.png) -82px -45px no-repeat;
			}
	
	/*	====================
		= Coins and Medals
		====================*/
			#navCoinsMedals {
				background:transparent url(../images/leftNavigationCoins.png) 0px -90px no-repeat;
				left:0px;
				position:absolute;
				top:104px;
			}
			#navCoinsMedals a:hover, #navCoinsMedals a:active, #navCoinsMedals a:focus {
				background:transparent url(../images/leftNavigationCoins.png) -82px -90px no-repeat;
			}
	
	/*	====================
		= Coin News
		====================*/
			#navCoinNews {
				background:transparent url(../images/leftNavigationCoins.png) 0px -135px no-repeat;
				left:0px;
				position:absolute;
				top:156px;
			}
			#navCoinNews a:hover, #navCoinNews a:active, #navCoinNews a:focus {
				background:transparent url(../images/leftNavigationCoins.png) -82px -135px no-repeat;
			}
	
	/*	====================
		= Collectors Club
		====================*/
			#navCollectorsClub {
				background:transparent url(../images/leftNavigationCoins.png) 0px -180px no-repeat;
				left:0px;
				position:absolute;
				top:208px;
			}
			#navCollectorsClub a:hover, #navCollectorsClub a:active, #navCollectorsClub a:focus {
				background:transparent url(../images/leftNavigationCoins.png) -82px -180px no-repeat;
			}
	
	/*	====================
		= Mint History
		====================*/
			#navMintHistory {
				background:transparent url(../images/leftNavigationCoins.png) 0px -225px no-repeat;
				left:0px;
				position:absolute;
				top:260px;
			}
			#navMintHistory a:hover, #navMintHistory a:active, #navMintHistory a:focus {
				background:transparent url(../images/leftNavigationCoins.png) -82px -225px no-repeat;
			}
	
	/*	====================
		= About this Site
		====================*/
			#navAbout {
				background:transparent url(../images/leftNavigationCoins.png) 0px -270px no-repeat;
				left:0px;
				position:absolute;
				top:312px;
			}
			#navAbout a:hover, #navAbout a:active, #navAbout a:focus {
				background:transparent url(../images/leftNavigationCoins.png) -82px -270px no-repeat;
			}
	
	/*	====================
		= Educators
		====================*/
			#navEducators {
				background:transparent url(../images/leftNavigationCoins.png) 0px -315px no-repeat;
				left:0px;
				position:absolute;
				top:364px;
			}
			#navEducators a:hover, #navEducators a:active, #navEducators a:focus {
				background:transparent url(../images/leftNavigationCoins.png) -82px -315px no-repeat;
			}