#navbar{
	position:relative;
	text-align:left;
	top:0px;
	left:200px;
	width: 781px;
}
#nav {
	position:absolute;
	top:25px;
	left:50px;
	width:706px;
	height:37px;
	overflow: hidden;
}
#nav span{display:none; }
#nav a{position:relative; height:37px; display:block; background-repeat:no-repeat; background-position:0px 0px;}
#nav a.first{width:75px; left:0px; top:0px; background-image:url(../images/layout/homeBTN.jpg);}
#nav a.second{width:52px;
	left:75px;
	background-image:url(../images/layout/bioBTN.jpg);
	top: -37px;
}
#nav a.third{width:73px; left:127px; top:-74px; background-image:url(../images/layout/musicBTN.jpg);}
#nav a.fourth{width:86px; left:200px; top:-111px; background-image:url(../images/layout/galleryBTN.jpg);}
#nav a.fifth{width:111px; left:286px; top:-148px; background-image:url(../images/layout/appearBTN.jpg);}
#nav a.sixth{width:109px; left:397px; top:-185px; background-image:url(../images/layout/guestBTN.jpg); }
#nav a.seventh{width:95px; left:506px; top:-222px; background-image:url(../images/layout/pressBTN.jpg);}
#nav a.eighth{
	width:107px;
	left:601px;
	top:-259px;
	background-image:url(../images/layout/contactBTN.jpg);
}
#nav a:hover{background-position:0px -37px;}
