@charset "utf-8";
/* CSS Document */

/*non-buttons---------------------------------------------------------------*/
.headerimg{
	display:block;
	float:left;
}

/*home rollver---------------------------------------------------------------*/
#home{
	display:block;
	float:left;
	width:57px;
	height:39px;
	background:url("../images/header/home.png") no-repeat 0 0;
}

#home:hover{
	background-position:0 -39px;
}

#home span{
	display:none;
}

/*albums rollver---------------------------------------------------------------*/
#disc{
	display:block;
	float:left;
	width:107px;
	height:39px;
	background:url("../images/header/disc.png") no-repeat 0 0;
}


#disc:hover{
	background-position:0 -39px;
}

#disc span{
	display:none;
}



/*blog rollver---------------------------------------------------------------*/
#blog{
	display:block;
	float:left;
	width:49px;
	height:39px;
	background:url("../images/header/blog.png") no-repeat 0 0;
}


#blog:hover{
	background-position:0 -39px;
}

#blog span{
	display:none;
}


/*bio rollver---------------------------------------------------------------*/
#bio{
	display:block;
	float:left;
	width:43px;
	height:39px;
	background:url("../images/header/bio.png") no-repeat 0 0;
}


#bio:hover{
	background-position:0 -39px;
}

#bio span{
	display:none;
}



/*tour rollver---------------------------------------------------------------*/
#tour{
	display:block;
	float:left;
	width:48px;
	height:39px;
	background:url("../images/header/tour.png") no-repeat 0 0;
}

#tour:hover{
	background-position:0 -39px;
}

#tour span{
	display:none;
}





/*contactrollver---------------------------------------------------------------*/
#contact{
	display:block;
	float:left;
	width:74px;
	height:39px;
	background:url("../images/header/contact.png") no-repeat 0 0;
}



#contact:hover{
	background-position:0 -39px;
}

#contact span{
	display:none;
}



/*givingrollver---------------------------------------------------------------*/
#rock{
	display:block;
	float:left;
	width:107px;
	height:39px;
	background:url("../images/header/giving.png") no-repeat 0 0;
}



#rock:hover{
	background-position:0 -39px;
}

#rock span{
	display:none;
}

/*mediarollver---------------------------------------------------------------*/
#media{
	display:block;
	float:left;
	width:61px;
	height:39px;
	background:url("../images/header/media.png") no-repeat 0 0;
}



#media:hover{
	background-position:0 -39px;
}

#media span{
	display:none;
}


