	/********/
	/* MENU */
	/********/
	
#nav {
	position:relative;
	clear:both;
	float:left;
	margin-top:5px;
	margin-bottom:10px;
	height:35px;
	width:100%;
	padding:0px; }
	
	/*VIDEO*/
	
.nav-video {
	clear:none;
	position: relative;
	float:left;
	margin: 0;
	margin-right:74px;
	padding: 0;
	background: url(images/menu_video_on.png) no-repeat;
	width: 81px;
	height: 35px;
	overflow:hidden; /*for ie to hide extra height*/ }

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

.nav-video img {
	width: 81px;
	height: 35px;
	border: 0; }

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

	/*BLOG*/

.nav-blog {
	clear:none;
	position: relative;
	float:left;
	margin: 0;
	margin-right:76px;
	padding: 0;
	background: url(images/menu_blog_on.png) no-repeat;
	width: 58px;
	height: 35px;
	overflow:hidden; /*for ie to hide extra height*/ }

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

.nav-blog img {
	width: 58px;
	height: 35px;
	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:72px;
	padding: 0;
	background: url(images/menu_bio_on.png) no-repeat;
	width: 52px;
	height: 35px;
	overflow:hidden; /*for ie to hide extra height*/ }

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

.nav-bio img {
	width: 52px;
	height: 35px;
	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:70px;
	padding: 0;
	background: url(images/menu_link_on.png) no-repeat;
	width: 66px;
	height: 35px;
	overflow:hidden; /*for ie to hide extra height*/ }

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

.nav-link img {
	width: 66px;
	height: 35px;
	border: 0; }

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

	/*CONTACT*/

.nav-contact {
	clear:none;
	position: relative;
	float:left;
	margin: 0;
	padding: 0;
	background: url(images/menu_contact_on.png) no-repeat;
	width: 107px;
	height: 35px;
	overflow:hidden; /*for ie to hide extra height*/ }

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

.nav-contact img {
	width: 107px;
	height: 35px;
	border: 0; }

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