/* Start of CMSMS style sheet 'Pocket Rocket Navigation' */
/* OBERSTE EBENEN NAVIGATION */

#firstnavi a{
	display:block;
	height:45px;
	float:left;
}

#firstnavi .home{ background:url('images/navigation/home_n.jpg') top left no-repeat; width:79px; margin-top:28px; margin-left:0; }
#firstnavi .band{ background:url('images/navigation/band_n.jpg') top left no-repeat; width:80px; margin-top:28px; margin-left:3px; }
#firstnavi .shows{ background:url('images/navigation/shows_n.jpg') top left no-repeat; width:94px; margin-top:24px; margin-left:2px; }
#firstnavi .media{ background:url('images/navigation/media_n.jpg') top left no-repeat; width:92px; margin-top:20px; margin-left:4px; }
#firstnavi .guests{ background:url('images/navigation/guests_n.jpg') top left no-repeat; width:98px; margin-top:15px; margin-left:5px; }
#firstnavi .shop{ background:url('images/navigation/shop_n.jpg') top left no-repeat; width:74px; margin-top:11px; margin-left:5px; }
#firstnavi .contact{ background:url('images/navigation/contact_n.jpg') top left no-repeat; width:122px; margin-top:6px; margin-left:4px; }
#firstnavi .links{ background:url('images/navigation/links_n.jpg') top left no-repeat; width:83px; margin-top:0; margin-left:3px; }


#firstnavi .home:hover{ background:url('images/navigation/home_h.jpg') top left no-repeat; width:79px; margin-top:28px; }
#firstnavi .band:hover{ background:url('images/navigation/band_h.jpg') top left no-repeat; width:80px; margin-top:28px; }
#firstnavi .shows:hover{ background:url('images/navigation/shows_h.jpg') top left no-repeat; width:94px; margin-top:24px; }
#firstnavi .media:hover{ background:url('images/navigation/media_h.jpg') top left no-repeat; width:92px; margin-top:20px; }
#firstnavi .guests:hover{ background:url('images/navigation/guests_h.jpg') top left no-repeat; width:98px; margin-top:15px; }
#firstnavi .shop:hover{ background:url('images/navigation/shop_h.jpg') top left no-repeat; width:74px; margin-top:11px; }
#firstnavi .contact:hover{ background:url('images/navigation/contact_h.jpg') top left no-repeat; width:122px; margin-top:6px; }
#firstnavi .links:hover{ background:url('images/navigation/links_h.jpg') top left no-repeat; width:83px; margin-top:0; }



/* HOME */
	#secondnavi_home{
		position:absolute;
		margin:33px 0 0 255px;
		width:300px;
		height:50px;
	}
	
#secondnavi_home .news{float:left;display:block;background:url('images/navs/home_news_off.jpg') top left no-repeat;height:18px;width:48px;margin-top:32px; }
#secondnavi_home .news:hover{float:left;display:block;background:url('images/navs/home_news_on.jpg') top left no-repeat;height:18px;width:48px;margin-top:32px; }

#secondnavi_home .archiv{float:left;display:block;background:url('images/navs/home_archiv_off.jpg') top left no-repeat;height:22px;width:62px;margin-top:28px; }
#secondnavi_home .archiv:hover{float:left;display:block;background:url('images/navs/home_archiv_on.jpg') top left no-repeat;height:22px;width:62px;margin-top:28px; }

#secondnavi_home .press-kit{float:left;display:block;background:url('images/navs/home_press-kit_off.jpg') top left no-repeat;height:25px;width:84px;margin-top:21px; }
#secondnavi_home .press-kit:hover{float:left;display:block;background:url('images/navs/home_press-kit_on.jpg') top left no-repeat;height:25px;width:84px;margin-top:21px;}

#secondnavi_home .streetteam{float:left;display:block;background:url('images/navs/home_streetteam_off.jpg') top left no-repeat;height:23px;width:97px;margin-top:19px; }
#secondnavi_home .streetteam:hover{float:left;display:block;background:url('images/navs/home_streetteam_on.jpg') top left no-repeat;height:23px;width:97px;margin-top:19px;}


/* BAND */
	#secondnavi_band{
		position:absolute;
		margin:33px 0 0 255px;
		width:234px;
		height:50px;
	}
	
#secondnavi_band .biod{float:left;display:block;background:url('images/navs/band_bio_off.jpg') top left no-repeat;height:18px;width:34px;margin-top:32px; }
#secondnavi_band .biod:hover{float:left;display:block;background:url('images/navs/band_biod_on.jpg') top left no-repeat;height:18px;width:34px;margin-top:32px; }

#secondnavi_band .info{float:left;display:block;background:url('images/navs/band_info_off.jpg') top left no-repeat;height:22px;width:42px;margin-top:28px; }
#secondnavi_band .info:hover{float:left;display:block;background:url('images/navs/band_info_on.jpg') top left no-repeat;height:22px;width:42px;margin-top:28px; }

#secondnavi_band .press-kit-2{float:left;display:block;background:url('images/navs/band_press-kit_off.jpg') top left no-repeat;height:25px;width:84px;margin-top:21px; }
#secondnavi_band .press-kit-2:hover{float:left;display:block;background:url('images/navs/band_press-kit-2_on.jpg') top left no-repeat;height:25px;width:84px;margin-top:21px;}

/* SHOWS */
	#secondnavi_shows{
		position:absolute;
		margin:33px 0 0 255px;
		width:234px;
		height:50px;
	}
	
#secondnavi_shows .upcoming{float:left;display:block;background:url('images/navs/shows_upcoming_off.jpg') top left no-repeat;height:22px;width:82px;margin-top:28px; }
#secondnavi_shows .upcoming:hover{float:left;display:block;background:url('images/navs/shows_upcoming_on.jpg') top left no-repeat;height:22px;width:82px;margin-top:28px;}

#secondnavi_shows .past{float:left;display:block;background:url('images/navs/shows_past_off.jpg') top left no-repeat;height:22px;width:49px;margin-top:28px; }
#secondnavi_shows .past:hover{float:left;display:block;background:url('images/navs/shows_past_on.jpg') top left no-repeat;height:22px;width:49px;margin-top:28px; }

/* MEDIA*/
	#secondnavi_media{
		position:absolute;
		margin:33px 0 0 255px;
		width:324px;
		height:50px;
	}
	
#secondnavi_media .music{float:left;display:block;background:url('images/navs/media_music_off.jpg') top left no-repeat;height:22px;width:55px;margin-top:28px; }
#secondnavi_media .music:hover{float:left;display:block;background:url('images/navs/media_music_on.jpg') top left no-repeat;height:22px;width:55px;margin-top:28px;}

#secondnavi_media .gallery{float:left;display:block;background:url('images/navs/media_gallery_off.jpg') top left no-repeat;height:22px;width:68px;margin-top:28px; }
#secondnavi_media .gallery:hover{float:left;display:block;background:url('images/navs/media_gallery_on.jpg') top left no-repeat;height:22px;width:68px;margin-top:28px; }

#secondnavi_media .videos{float:left;display:block;background:url('images/navs/media_videos_off.jpg') top left no-repeat;height:25px;width:60px;margin-top:21px; }
#secondnavi_media .videos:hover{float:left;display:block;background:url('images/navs/media_videos_on.jpg') top left no-repeat;height:25px;width:60px;margin-top:21px;}

#secondnavi_media .press{float:left;display:block;background:url('images/navs/media_press_off.jpg') top left no-repeat;height:21px;width:54px;margin-top:21px; }
#secondnavi_media .press:hover{float:left;display:block;background:url('images/navs/media_press_on.jpg') top left no-repeat;height:21px;width:54px;margin-top:21px;}

#secondnavi_media .presskit{float:left;display:block;background:url('images/navs/media_press-kit_off.jpg') top left no-repeat;height:21px;width:87px;margin-top:21px; }
#secondnavi_media .presskit:hover{float:left;display:block;background:url('images/navs/media_press-kit_on.jpg') top left no-repeat;height:21px;width:87px;margin-top:21px;}

/* GUESTS */
	#secondnavi_guests{
		position:absolute;
		margin:33px 0 0 255px;
		width:234px;
		height:50px;
	}
	
#secondnavi_guests 
.book{float:left;display:block;background:url('images/navs/guests_book_off.jpg') top left no-repeat;height:21px;width:47px;margin-top:31px; }
#secondnavi_guests .book:hover{float:left;display:block;background:url('images/navs/guests_book_on.jpg') top left no-repeat;height:21px;width:47px;margin-top:31px;}

#secondnavi_guests 
.forum{float:left;display:block;background:url('images/navs/guests_forum_off.jpg') top left no-repeat;height:19px;width:56px;margin-top:29px; }
#secondnavi_guests 
.forum:hover{float:left;display:block;background:url('images/navs/guests_forum_on.jpg') top left no-repeat;height:19px;width:56px;margin-top:29px; }

#secondnavi_guests 
.streetteam-2{float:left;display:block;background:url('images/navs/home_streetteam_off.jpg') top left no-repeat;height:23px;width:97px;margin-top:23px; }
#secondnavi_guests 
.streetteam-2:hover{float:left;display:block;background:url('images/navs/home_streetteam_on.jpg') top left no-repeat;height:23px;width:97px;margin-top:23px;}
/* End of 'Pocket Rocket Navigation' */

