

div#buttons
{
	float: left;
	width: 520px;
	height: 220px;
	overflow: hidden;
	padding: 0 0 0 10px;
	margin: 0 0 0 0;
/* 	background-color: #999; */
}



body#merch div#buttons
{
	float: left;
	width: 520px;
	height: 150px;
	overflow: hidden;
	padding: 50px 0 0 50px;
	margin: 0 0 0 0;
/* 	background-color: #999; */
}


body#contact div#buttons
{
	float: left;
	width: 520px;
	height: 150px;
	overflow: hidden;
	padding: 50px 0 0 50px;
	margin: 0 0 0 0;
/* 	background-color: #999; */
}



div#buttons ul
{
	list-style: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

div#buttons ul li
{
	float: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 122px;
	height: 160px;
/* 	background-color: #666; */
}

#buttons a 
{
	display: block;
	line-height: 1.2em;
	color: #fff;
	text-decoration: none;
/* 	background-color: red; */
}





/* gets the link text out the way */

.push
{
	display: block;
	padding: 60px 0 0 10px;
}

/* 
	Buttons ROLLOVER 
*/

div#buttons ul li.myspace a
{
	width: 122px;
	height: 147px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-image: url("../images/menu/myspace.gif");
	background-repeat: no-repeat;
}

div#buttons ul li.myspace a:hover
{ 
	background-position: 0 -147px;
	text-decoration: none;
}


div#buttons ul li.facebook a
{
	width: 122px;
	height: 147px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-image: url("../images/menu/facebook.gif");
	background-repeat: no-repeat;
}

div#buttons ul li.facebook a:hover
{ 
	background-position: 0 -147px;
	text-decoration: none;
}



div#buttons ul li.merchandise a
{
	width: 122px;
	height: 147px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-image: url("../images/menu/album.gif");
	background-repeat: no-repeat;
}

div#buttons ul li.merchandise a:hover
{ 
	background-position: 0 -147px;
	text-decoration: none;
}

body#merch div#buttons ul li.merchandise a
{ 
	background-position: 0 -147px;
	text-decoration: none;
}

div#buttons ul li.contact a
{
	width: 122px;
	height: 147px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-image: url("../images/menu/contactandpress.gif");
	background-repeat: no-repeat;
}

div#buttons ul li.contact a:hover
{ 
	background-position: 0 -147px;
	text-decoration: none;
}

body#contact div#buttons ul li.contact a
{ 
	background-position: 0 -147px;
	text-decoration: none;
}




