@charset "UTF-8";
/* CSS Document */

/* THE FOLLOWING ARE FOR THE MAIN NAVIGATION LINKS IN THE HEADER */

#nav {
}
#nav li {
	background-repeat: no-repeat;
	margin: 0px 0px 0px 39px;
	padding: 0px;
	float: left;
	height: 32px;
	list-style-type: none;
	overflow: hidden;
}
#nav li a, #nav li a:visited {
	text-decoration: none;
	display: block;
	height: 32px;
}
#nav li a:hover {
	background: none;
}
/* These are for the individual navigation buttons */

#navHome {
	background: url(../images/nav/nav_home.gif) no-repeat -39px 0px;
	display: inline; /* This fixes the IE double margin bug for the first floated button */
	width: 39px;
}
#navHome a {
	background: url(../images/nav/nav_home.gif) no-repeat 0px 0px;
}
#navAbout {
	background: url(../images/nav/nav_about.gif) no-repeat -119px 0px;
	width: 119px;
}
#navAbout a {
	background: url(../images/nav/nav_about.gif) no-repeat 0px 0px;
}
#navPastShows {
	background: url(../images/nav/nav_past_shows.gif) no-repeat -87px 0px;
	width: 87px;
}
#navPastShows a {
	background: url(../images/nav/nav_past_shows.gif) no-repeat 0px 0px;
}
#navSponsors {
	background: url(../images/nav/nav_sponsors.gif) no-repeat -72px 0px;
	width: 72px;
}
#navSponsors a {
	background: url(../images/nav/nav_sponsors.gif) no-repeat 0px 0px;
}
#navListen {
	background: url(../images/nav/nav_listen.gif) no-repeat -114px 0px;
	width: 114px;
}
#navListen a {
	background: url(../images/nav/nav_listen.gif) no-repeat 0px 0px;
}
#navPodcast {
	background: url(../images/nav/nav_podcast.gif) no-repeat -142px 0px;
	width: 142px;
}
#navPodcast a {
	background: url(../images/nav/nav_podcast.gif) no-repeat 0px 0px;
}
