#tape {
	background: url(../img/tape.png) top center no-repeat;
	height: 73px;
	width: 800px;
	position: relative;
}

#tape ul {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	top: 25px;
	left: 40px;
}
#tape ul li {
	float: left;
	margin: 0 10px;
}
#tape ul li a {
	display: block;
	text-indent: -9999px;
}
a#info {
	background: url(../img/btn-about.gif) no-repeat 0 0;
	width: 61px;
	height: 35px;
}
a#info:hover {
	background-position: 0 -40px;
}
a#vids {
	background: url(../img/btn-video.gif) no-repeat 0 0;
	width: 53px;
	height: 35px;
}
a#vids:hover {
	background-position: 0 -40px;
}
a#resources {
	background: url(../img/btn-resources.gif) no-repeat 0 0;
	width: 106px;
	height: 35px;
}
a#resources:hover {
	background-position: 0 -40px;
}
a#staff {
	background: url(../img/btn-staff.gif) no-repeat 0 0;
	width: 57px;
	height: 35px;
}
a#staff:hover {
	background-position: 0 -40px;
}
a#concerts {
	background: url(../img/btn-concerts.gif) no-repeat 0 0;
	width: 94px;
	height: 35px;
}
a#concerts:hover {
	background-position: 0 -40px;
}
a#philosophy {
	background: url(../img/btn-philosophy.gif) no-repeat 0 0;
	width: 90px;
	height: 35px;
}
a#philosophy:hover {
	background-position: 0 -40px;
}
a#pics {
	background: url(../img/btn-pics.gif) no-repeat 0 0;
	width: 34px;
	height: 35px;
}
a#pics:hover {
	background-position: 0 -40px;
}
a#contact {
	background: url(../img/btn-contact.gif) no-repeat 0 0;
	width: 84px;
	height: 35px;
}
a#contact:hover {
	background-position: 0 -40px;
}
#tape a.currentTapeNav {
	background-position: 0 -40px;
}


/* ie6 hacks */
* html #content-cap {
	margin-top: -20px;
}
* html #content {
	padding-top: 0;
}
* html #tape {
	padding-top: 20px;
	padding-left: 20px;
}

