#nav {
	height: 80px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	}
#nav a {
	text-decoration: none;
	}
#nav a:link {
	text-decoration: none;
	}
#nav a:hover {
	text-decoration: none;
	}

#nav ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
  	}

#nav li {
	float: left;
	position: relative;
	padding: 0px;
	margin: 0px;
	list-style: none;
	}
a.news {
	display: block;
	width: 127px;
	height: 64px;
	margin: 0px;
	background: url(images/menu_news.png) no-repeat 0 0px;
}
a.news:hover {
  background-position: 0 -80px;
}
a.news #active {
  background-position: 0 0;
}
a.video {
	display: block;
	width: 132px;
	height: 60px;
	margin: 0px;
	background: url(images/menu_videos.png) no-repeat 0 0px;
}
a.video:hover {
  background-position: 0 -80px;
}

a.video #active {
  background-position: 0 0;
}
a.photos {
	display: block;
	width: 129px;
	height: 64px;
	margin: 0px;
	background: url(images/menu_photos.png) no-repeat 0 0px;
}
a.photos:hover {
  background-position: 0 -80px;
}
a.photos #active {
  background-position: 0 0;
}
a.audio {
	display: block;
	width: 131px;
	height: 64px;
	margin: 0px;
	background: url(images/menu_audio.png) no-repeat 0 0px;
}
a.audio:hover {
  background-position: 0 -80px;
}
a.home {
	display: block;
	width: 71px;
	height: 60px;
	margin: 0px;
	background: url(images/menu_home.png) no-repeat 0 0px;
}
a.home:hover {
  background-position: 0 -80px;
}
a.home #active {
  background-position: 0 0;
}

