/* CSS Document */

a.header img {
	border: none;
}

.navbar {
background: #000000 url(../img/nav_right.gif) top right no-repeat;
	height: 26px;
}
.navbar div {
		float: left;
}
.navbar div.capLeft {
background: url(../img/nav_left.gif) 0 0 no-repeat;
	width: 209px;
	height: 26px;
	margin-right: 2px;
}
.navbar a {
	height: 26px;
	margin-right: 2px;
	text-indent: -999em;
	overflow: hidden;
		float: left;
}
.navbar a.upcoming {
background: url(../img/btn_upcomingShows.gif) 0 0 no-repeat;
	width: 141px;
}
.navbar a.location {
background: url(../img/btn_location.gif) 0 0 no-repeat;
	width: 83px;
}
.navbar a.contact {
background: url(../img/btn_contacUs.gif) 0 0 no-repeat;
	width: 101px;
}
.navbar a:hover {
background-position: 0 -26px;
}
.navbar a.active,
.navbar a:active {
background-position: 0 -52px;
}
