#navbar {
	font:bold 250% "Georgia", Courier, serif;
	font-weight:bold;
	height:100%; width:100%;
		background: -moz-linear-gradient(top,rgba(0,0,0,0.5)0%,rgba(0,0,0,0)75%);
		background: -webkit-linear-gradient(top,rgba(0,0,0,0.5)0%,rgba(0,0,0,0)75%);
		background: linear-gradient(to bottom,rgba(0,0,0,0.5)0%,rgba(0,0,0,0)75%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000',GradientType=0);
}
    .topnav li {
		position:relative;
		float:left;
		margin:0 1.5% 0 1%;
		-webkit-transition:all .25s ease-out;
		transition:all .25s ease-out;
		height:44px;
    	overflow: hidden;
    }
	.topnav li:hover {
		transform:scale(1.2);
		-webkit-transition:all .5s ease-out;
		transition:all .5s ease-out;
	}
	#header.homepage .topnav li.current-Page {
		display:none;
	}
	.topnav li.third {
		margin-left:17%;
	}
	.topnav li.last {
		margin-right:0;
	}
		#navbar li a {
			position:relative;
			display:block;
			text-shadow:
				0 0 4px #080808,
				1px -1px #444,
				-1px -1px #888,
				-1px 1px #444,
				1px 1px #000;
			padding:44px 3px 4px;
			z-index:1;
		}
	.topnav .right {
		float:right;
		width:66.6%;
	}
	#home-link {
		background:url('../img/tnhome.png') no-repeat center;
		background-size:contain;
		font-size:80%;
	}
	#about-link {
		background:url('../img/tnabout.png') no-repeat center;
		background-size:contain;
		font-size:95%;
	}
	#about-link.current-Page {
		background:url('../img/ttabout.png') no-repeat center;
		background-size:contain;
		font-size:95%;
	}
	#clips-link {
		background:url('../img/tnclips.png') no-repeat center 11px;
		background-size:contain;
		font-size:110%;
	}
	#clips-link.current-Page {
		background:url('../img/ttclips.png') no-repeat center 11px;
		background-size:contain;
		font-size:110%;
	}
	#byBob-link {
		background:url('../img/tnbyBob.png') no-repeat center 10px;
		background-size:contain;
	}
	#byBob-link.current-Page {
		background:url('../img/ttbyBob.png') no-repeat center 10px;
		background-size:contain;
	}
	#bobsHats-link {
		background:url('../img/tnbobsHats.png') no-repeat center 10px;
		background-size:contain;
		font-size:110%;
	}
	#bobsHats-link.current-Page {
		background:url('../img/ttbobsHats.png') no-repeat center 10px;
		background-size:contain;
		font-size:110%;
	}
	#store-link {
		background:url('../img/tnstore.png') no-repeat center;
		background-size:contain;
	}
	#store-link.current-Page {
		background:url('../img/ttstore.png') no-repeat center;
		background-size:contain;
	}
	#calendar-link {
		background:url('../img/tncalendar.png') no-repeat center;
		background-size:contain;
	}
	#calendar-link.current-Page {
		background:url('../img/ttcalendar.png') no-repeat center;
		background-size:contain;
	}
	#blog-link {
		background:url('../img/tnblog.png') no-repeat center 11px;
		background-size:contain;
	}
	#blog-link.current-Page {
		background:url('../img/ttblog.png') no-repeat center 11px;
		background-size:contain;
	}
	#contact-link {
		background:url('../img/tncontact.png') no-repeat center;
		background-size:contain;
	}
	#contact-link.current-Page {
		background:url('../img/ttcontact.png') no-repeat center;
		background-size:contain;
	}