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

/* THE FOLLOWING ARE FOR THE MAIN NAVIGATION BUTTONS */

#navigation {
	background: #e1e1e1 url(../images/nav/nav_bg.png) no-repeat 0px 0px;
	margin: 0px 0px 1px;
	padding: 0px;
	height: 22px;
	width: 720px;
}
#nav {
	margin: 0px;
	padding: 0px;
}
#nav li {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 22px;
	list-style-type: none;
	overflow: hidden;
}
#nav li a, #nav li a:visited {
	text-decoration: none;
	display: block;
	height: 22px;
}

/* These are for the individual left side navigation buttons */

#navHome, #navHome a:link, #navHome a:active, #navHome a:visited {
	background: url(../images/nav/nav_home.gif) no-repeat 0px 0px;
	width: 64px;
}
#navHome a:hover {
	background: url(../images/nav/nav_home.gif) no-repeat -64px 0px;
}
#navAboutShow, #navAboutShow a:link, #navAboutShow a:active, #navAboutShow a:visited {
	background: url(../images/nav/nav_aboutshow.gif) no-repeat 0px 0px;
	width: 116px;
}
#navAboutShow a:hover {
	background: url(../images/nav/nav_aboutshow.gif) no-repeat -116px 0px;
}
#navHosts, #navHosts a:link, #navHosts a:active, #navHosts a:visited {
	background: url(../images/nav/nav_hosts.gif) no-repeat 0px 0px;
	width: 116px;
}
#navHosts a:hover {
	background: url(../images/nav/nav_hosts.gif) no-repeat -116px 0px;
}
#navPastShows, #navPastShows a:link, #navPastShows a:active, #navPastShows a:visited {
	background: url(../images/nav/nav_pastshows.gif) no-repeat 0px 0px;
	width: 92px;
}
#navPastShows a:hover {
	background: url(../images/nav/nav_pastshows.gif) no-repeat -92px 0px;
}
#navSponsors, #navSponsors a:link, #navSponsors a:active, #navSponsors a:visited {
	background: url(../images/nav/nav_sponsors.gif) no-repeat 0px 0px;
	width: 80px;
}
#navSponsors a:hover {
	background: url(../images/nav/nav_sponsors.gif) no-repeat -80px 0px;
}
#navLinks, #navLinks a:link, #navLinks a:active, #navLinks a:visited {
	background: url(../images/nav/nav_links.gif) no-repeat 0px 0px;
	width: 58px;
}
#navLinks a:hover {
	background: url(../images/nav/nav_links.gif) no-repeat -58px 0px;
}
#navPhotos, #navPhotos a:link, #navPhotos a:active, #navPhotos a:visited {
	background: url(../images/nav/nav_photos.gif) no-repeat 0px 0px;
	width: 61px;
}
#navPhotos a:hover {
	background: url(../images/nav/nav_photos.gif) no-repeat -61px 0px;
}
