@charset "utf-8";
/* CSS Document */

/************************************************
					MENU
************************************************/

#mainNav {
	width:599px;
	margin:0 auto;
	height:31px;
	/*border:1px solid #0000FF; /* blue */
	background:url(imgss/menu/bk_menu.jpg) no-repeat;
	}
	
#mainNav p {
	padding:10px 40px 0 40px;
	}


.menutitle{	margin:0; padding:0px; float:left; cursor:pointer; color:#FFFFFF;	}

.submenu{	clear:both;	margin-bottom: 0.5em; 	}


.news, .bio, .gigs, .media, .gallery {
	display:block;
	height:31px;
	text-indent:-9999px;
	}

.news {
	width:121px;
	background: url(imgss/menu/btn_news.jpg) no-repeat;
	}	
	
a.news:link, a.news:visited, a.news:active {
	background:url(imgss/menu/btn_news.jpg) no-repeat;
	}

a.news:hover {
	background-position:-121px;
	}

	
.bio {
	width:92px;
	background: url(imgss/menu/btn_bio.jpg) no-repeat;
	}	
	
a.bio:link, a.bio:visited, a.bio:active {
	background:url(imgss/menu/btn_bio.jpg) no-repeat;
	}

a.bio:hover {
	background-position:-92px;
	}

.gigs {
	width:108px;
	background: url(imgss/menu/btn_gigs.jpg) no-repeat;
	}	
	
a.gigs:link, a.gigs:visited, a.gigs:active {
	background:url(imgss/menu/btn_gigs.jpg) no-repeat;
	}

a.gigs:hover {
	background-position:-108px;
	}
	
.media {
	width:119px;
	background: url(imgss/menu/btn_media.jpg) no-repeat;
	}	
	
a.media:link, a.media:visited, a.media:active {
	background:url(imgss/menu/btn_media.jpg) no-repeat;
	}

a.media:hover {
	background-position:-119px;
	}
	
.gallery {
	width:161px;
	background: url(imgss/menu/btn_gallery.jpg) no-repeat;
	}	
	
a.gallery:link, a.gallery:visited, a.gallery:active {
	background:url(imgss/menu/btn_gallery.jpg) no-repeat;
	}

a.gallery:hover {
	background-position:-161px;
	}  

/**********************************************
					Gallery
*********************************************/

.hide {
	display:none;
}

#gallery_box {
	margin:0;
	width:603px;
	float:left;
}

.backdoor {
	display:block;
	height:347px;
	text-indent:-9999px;
	width:601px;
	background:url(imgss/test_bk_gallery_db.jpg) no-repeat;	
	}

	
a.backdoor:link, a.backdoor:visited, a.backdoor:active {
	background:url(imgss/test_bk_gallery_db.jpg) no-repeat;
	}	

a.backdoor:hover {
	background-position:-601px;
	}
	
/********************************************
			3rd Party Menu
********************************************/


.facebook, .youtube, .myspace, .reverb, .twitter {
	display:block;
	height:61px;
	text-indent:-9999px;
	}

.facebook {	width:144px;	background:url(imgss/menu/facebook.jpg) no-repeat top left;	}	
a.facebook:link, a.facebook:visited, a.facebook:active {background:url(imgss/menu/facebook.jpg) no-repeat top left;}	
	
.youtube {width:144px;	background:url(imgss/menu/youtube.jpg) no-repeat top left;}
a.youtube:link, a.youtube:visited, a.youtube:active {background:url(imgss/menu/youtube.jpg) no-repeat top left;	}
 
.myspace {	width:180px;	background:url(imgss/menu/myspace.jpg) no-repeat top left;}	
a.myspace:link, a.myspace:visited, a.myspace:active {background:url(imgss/menu/myspace.jpg) no-repeat top left;}	

.reverb {	width:165px;	background:url(imgss/menu/reverb.jpg) no-repeat top left;}	
a.reverb:link, a.reverb:visited, a.reverb:active {background:url(imgss/menu/reverb.jpg) no-repeat top left;}
	
.twitter {width:167px;	background:url(imgss/menu/twitter.jpg) no-repeat top left;	}		
a.twitter:link, a.twitter:visited, a.twitter:active {background:url(imgss/menu/twitter.jpg) no-repeat top left;}

a.facebook:hover, a.youtube:hover {background-position:-144px;}	
a.twitter:hover {background-position:-167px;}
a.reverb:hover {	background-position:-165px;	}
a.myspace:hover {background-position:-180px;}

ul.accounts li {float:left; list-style:none;}