	/********/
	/* MENU */
	/********/
	
.nav {
	clear:none;
	float:right;
	margin-right:83px;
	margin-top:72px;
	padding:0px; }
	
*html .nav {
	float:right;
	margin:0px;
	margin-right:40px;
	margin-top:-22px;
	padding:0px; }

	/*VIDEO*/
	
.nav-vid {
	clear:none;
	position: relative;
	float:left;
	margin: 0;
	margin-right: 14px;
	padding: 0;
	background: url('http://thosearentmuskets.com/images/menu_vid_on.gif') no-repeat;
	width: 75px;
	height: 20px;
	overflow:hidden; /*for ie to hide extra height*/ }

.nav-vid a {
	display: block;
	width: 75px;
	height: 20px;
	display: block;
	float: left;
	overflow:hidden; /*for ie to hide extra height*/ }

.nav-vid img {
	width: 75px;
	height: 20px;
	border: 0; }

* html a:hover { visibility:visible }
.nav-vid a:hover img { visibility:hidden }

	/*BLOG*/

.nav-blog {
	clear:none;
	position: relative;
	float:left;
	margin: 0;
	margin-right: 14px;
	padding: 0;
	background: url('http://thosearentmuskets.com/images/menu_blog_on.gif') no-repeat;
	width: 78px;
	height: 20px;
	overflow:hidden; /*for ie to hide extra height*/ }

.nav-blog a {
	display: block;
	width: 78px;
	height: 20px;
	display: block;
	float: left;
	overflow:hidden; /*for ie to hide extra height*/ }

.nav-blog img {
	width: 78px;
	height: 20px;
	border: 0; }

* html a:hover { visibility:visible }
.nav-blog a:hover img { visibility:hidden }

	/*BIO*/

.nav-bio {
	clear:none;
	position: relative;
	float:left;
	margin: 0;
	margin-right: 14px;
	padding: 0;
	background: url('http://thosearentmuskets.com/images/menu_bios_on.gif') no-repeat;
	width: 73px;
	height: 20px;
	overflow:hidden; /*for ie to hide extra height*/ }

.nav-bio a {
	display: block;
	width: 73px;
	height: 20px;
	display: block;
	float: left;
	overflow:hidden; /*for ie to hide extra height*/ }

.nav-bio img {
	width: 73px;
	height: 20px;
	border: 0; }

* html a:hover { visibility:visible }
.nav-bio a:hover img { visibility:hidden }

	/*LINKS*/

.nav-link {
	clear:none;
	position: relative;
	float:left;
	margin: 0;
	margin-right: 14px;
	margin-top:-2px; /* image is off by 1 px */
	padding: 0;
	background: url('http://thosearentmuskets.com/images/menu_links_on.gif') no-repeat;
	width: 85px;
	height: 21px;
	overflow:hidden; /*for ie to hide extra height*/ }

.nav-link a {
	display: block;
	width: 85px;
	height: 21px;
	display: block;
	float: left;
	overflow:hidden; /*for ie to hide extra height*/ }

.nav-link img {
	width: 85px;
	height: 21px;
	border: 0; }

* html a:hover { visibility:visible }
.nav-link a:hover img { visibility:hidden }

	/*INFO*/

.nav-info {
	clear:none;
	position: relative;
	float:left;
	margin: 0;
	margin-right: 14px;
	margin-top:-3px; /* image is off by 1 px */
	padding: 0;
	background: url('http://thosearentmuskets.com/images/menu_info_on.gif') no-repeat;
	width: 72px;
	height: 21px;
	overflow:hidden; /*for ie to hide extra height*/ }

.nav-info a {
	display: block;
	width: 72px;
	height: 21px;
	display: block;
	float: left;
	overflow:hidden; /*for ie to hide extra height*/ }

.nav-info img {
	width: 72px;
	height: 21px;
	border: 0; }

* html a:hover { visibility:visible }
.nav-info a:hover img { visibility:hidden }


	/*SHOP*/

.nav-shop {
	clear:none;
	position: relative;
	float:left;
	margin: 0;
	margin-top:-3px; /* image is off by 1 px */
	padding: 0;
	background: url('http://thosearentmuskets.com/images/menu_shop_on.gif') no-repeat;
	width: 81px;
	height: 21px;
	overflow:hidden; /*for ie to hide extra height*/ }

.nav-shop a {
	display: block;
	width: 81px;
	height: 21px;
	display: block;
	float: left;
	overflow:hidden; /*for ie to hide extra height*/ }

.nav-shop img {
	width: 81px;
	height: 21px;
	border: 0; }

* html a:hover { visibility:visible }
.nav-shop a:hover img { visibility:hidden }
	
