@charset "UTF-8";
/* CSS Document */
.nav{
	height: 40px;
	width:100%;
	background: #b79865;
}
.nav_container{
	margin-left: auto;
	margin-right: auto;
	padding-top:7px;
	text-align: left;
	width: 960px;
	height: 40px;
}
.nav_home{
	display:inline;
	margin: 0 20px 0 0;
	float:left;
}
.nav_home a {
	width: 41px;
	height: 33px;
	background: url(../images/nav/Home.png) no-repeat;
	text-decoration: none;
	border:0px solid;
	overflow:hidden;
	display:inline-block;
	background-position: 0 0;
}
.nav_home a:hover {
	background-position: bottom;
	border:0;
}
.nav_home_current{
	width: 41px;
	height: 33px;
	background: url(../images/nav/Home.png) no-repeat;
	text-decoration: none;
	border:0px solid;
	overflow:hidden;
	display:inline-block;
	background-position: bottom left;	
	margin: 0 20px 0 0;
	float:left;
}
.nav_news{
	display:inline;
	margin: 0 20px 0 0;
	float:left;
}
.nav_news a {
	width: 42px;
	height: 33px;
	background: url(../images/nav/News.png) no-repeat;
	text-decoration: none;
	border:0px solid;
	overflow:hidden;
	display:inline-block;
	background-position: 0 0;
}
.nav_news a:hover {
	background-position: bottom;
	border:0;
}
.nav_news_current{
	width: 42px;
	height: 33px;
	background: url(../images/nav/News.png) no-repeat;
	text-decoration: none;
	border:0px solid;
	overflow:hidden;
	display:inline-block;
	background-position: bottom left;	
	margin: 0 20px 0 0;
	float:left;
}
.nav_bands{
	display:inline;
	margin: 0 20px 0 0;
	float:left;
}
.nav_bands a {
	width: 48px;
	height: 33px;
	background: url(../images/nav/Bands.png) no-repeat;
	text-decoration: none;
	border:0px solid;
	overflow:hidden;
	display:inline-block;
	background-position: 0 0;
}
.nav_bands a:hover {
	background-position: bottom;
	border:0;
}
.nav_bands_current{
	width: 48px;
	height: 33px;
	background: url(../images/nav/bands.png) no-repeat;
	text-decoration: none;
	border:0px solid;
	overflow:hidden;
	display:inline-block;
	background-position: bottom left;	
	margin: 0 20px 0 0;
	float:left;
}
.nav_tickets{
	display:inline;
	margin: 0 20px 0 0;
	float:left;
}
.nav_tickets a {
	width: 58px;
	height: 33px;
	background: url(../images/nav/Tickets.png) no-repeat;
	text-decoration: none;
	border:0px solid;
	overflow:hidden;
	display:inline-block;
	background-position: 0 0;
}
.nav_tickets a:hover {
	background-position: bottom;
	border:0;
}
.nav_tickets_current{
	width: 58px;
	height: 33px;
	background: url(../images/nav/tickets.png) no-repeat;
	text-decoration: none;
	border:0px solid;
	overflow:hidden;
	display:inline-block;
	background-position: bottom left;	
	margin: 0 20px 0 0;
	float:left;
}
.nav_faq{
	display:inline;
	margin: 0 20px 0 0;
	float:left;
}
.nav_faq a {
	width: 28px;
	height: 33px;
	background: url(../images/nav/FAQ.png) no-repeat;
	text-decoration: none;
	border:0px solid;
	overflow:hidden;
	display:inline-block;
	background-position: 0 0;
}
.nav_faq a:hover {
	background-position: bottom;
	border:0;
}
.nav_faq_current{
	width: 28px;
	height: 33px;
	background: url(../images/nav/FAQ.png) no-repeat;
	text-decoration: none;
	border:0px solid;
	overflow:hidden;
	display:inline-block;
	background-position: bottom left;	
	margin: 0 20px 0 0;
	float:left;
}
.nav_shop{
	display:inline;
	margin: 0 20px 0 0;
}
.nav_shop a {
	width: 37px;
	height: 33px;
	background: url(../images/nav/Shop.png) no-repeat;
	text-decoration: none;
	border:0px solid;
	overflow:hidden;
	display:inline-block;
	background-position: 0 0;
}
.nav_shop a:hover {
	background-position: bottom;
	border:0;
}
.nav_shop_current{
	width: 37px;
	height: 33px;
	background: url(../images/nav/Shop.png) no-repeat;
	text-decoration: none;
	border:0px solid;
	overflow:hidden;
	display:inline-block;
	background-position: bottom left;	
	margin: 0 20px 0 0;
	float:left;
}
.nav_social{
	float: right;
	padding: 0 15px 0 0;
	text-align:right;
	width: 160px;
}
.nav_getsocial{
	width: 83px;
	height: 33px;
	background:url(../images/nav/GetSocial.gif) no-repeat;
	display: inline-block;
	background-position:top left;
	margin: 0 10px 0 0;
	float: left;
}
.nav_facebook{
	display:inline;
	margin: 0 10px 0 0;
	float: left;
}
.nav_facebook a {
	width: 24px;
	height: 24px;
	background: url(../images/nav/facebook.png) no-repeat;
	text-decoration: none;
	border:0px solid;
	overflow:hidden;
	display:inline-block;
	background-position: 0 0;
}
.nav_facebook a:hover {
	background-position: bottom;
	border:0;
}
.nav_twitter{
	display:inline;
	float: left;
}
.nav_twitter a {
	width: 24px;
	height: 24px;
	background: url(../images/nav/twitter.png) no-repeat;
	text-decoration: none;
	border:0px solid;
	overflow:hidden;
	display:inline-block;
	background-position: 0 0;
}
.nav_twitter a:hover {
	background-position: bottom;
	border:0;
}
