/* HOME */
a.home {display: block; width: 102px; height: 37px; background: url('images/head/Home.jpg') 0 0 no-repeat; text-decoration: none;}
a:hover.home {background-position: -102px 0;} 
/* BIOGRAPHY */
a.biography {display: block; width: 169px; height: 37px; background: url('images/head/Biography.jpg') 0 0 no-repeat; text-decoration: none;}
a:hover.biography {background-position: -169px 0;} 
/* TOUR */
a.tour {display: block; width: 97px; height: 37px; background: url('images/head/Tour.jpg') 0 0 no-repeat; text-decoration: none;}
a:hover.tour {background-position: -97px 0;} 
/* MUSIC */
a.music {display: block; width: 111px; height: 37px; background: url('images/head/Music.jpg') 0 0 no-repeat; text-decoration: none;}
a:hover.music {background-position: -111px 0;} 
/* VIDEO */
a.video {display: block; width: 101px; height: 37px; background: url('images/head/Video.jpg') 0 0 no-repeat; text-decoration: none;}
a:hover.video {background-position: -101px 0;} 
/* GALLERY */
a.gallery {display: block; width: 130px; height: 37px; background: url('images/head/Gallery.jpg') 0 0 no-repeat; text-decoration: none;}
a:hover.gallery {background-position: -130px 0;} 
/* DISCOGRAPHY */
a.discography {display: block; width: 165px; height: 27px; background: url('images/head/Discography.jpg') 0 0 no-repeat; text-decoration: none;}
a:hover.discography {background-position: -165px 0;} 
/* STORE */
a.store {display: block; width: 171px; height: 27px; background: url('images/head/Store.jpg') 0 0 no-repeat; text-decoration: none;}
a:hover.store {background-position: -171px 0;} 
/* GUESTBOOK */
a.guestbook {display: block; width: 141px; height: 27px; background: url('images/head/Guestbook.jpg') 0 0 no-repeat; text-decoration: none;}
a:hover.guestbook {background-position: -141px 0;} 
/* ARCHIVE */
a.archive {display: block; width: 103px; height: 27px; background: url('images/head/Archive.jpg') 0 0 no-repeat; text-decoration: none;}
a:hover.archive {background-position: -103px 0;} 
/* CONTACT */
a.contact {display: block; width: 109px; height: 27px; background: url('images/head/Contact.jpg') 0 0 no-repeat; text-decoration: none;}
a:hover.contact {background-position: -109px 0;} 

a:active {outline: none;}
a:focus {-moz-outline-style: none;}
a img {outline: none; }

.comment
{
	font-family:verdana;
	font-size:11px;
	color:#C0C0C0;
	letter-spacing:2px;
	display:inline;
}
.comment:hover
{
	color:#FFFFFF;
	text-docoration:none;
	border:0px;
}

