@charset "utf-8";
/* CSS Document */

/* Oberemenüleiste bei allen Contenseiten */
top {
	position:absolute;
	width: 100%;
	height: 38px;
	background-color:#000000;
	}

#menu_content { 
	list-style-type:none; 
    padding: 0;
    width: 800px;
    height: 38px;
    position: relative;
	background-color:#000000;
	margin: 0 auto auto;	
}

#menu_content div {
    display: none;
    position: absolute;
}


#menu_content a {
    width: 136px;
    height: 38px;
    display: block;
	text-decoration:none;
    position: absolute;
   }


#menu_content a:hover div {
    display: block;
}

/* review button */

#menu_content .review {
    width: 136px;
    height: 38px;
    background: url('../images/menu_review.gif') no-repeat;
	top:0px;
	left: 20px;
}

#menu_content .review_h {
	position:absolute;
    width: 136px;
    height: 38px;
    background: url('../images/menu_review_h.gif') no-repeat;
	top:0px;
	left: 20px;
}


#menu_content a.review:hover, a.review div, .review div, a.review:hover div {
	background: url("../images/menu_review_h.gif") no-repeat;
	width: 136px;
    height: 38px;
	top:0px;
    }


/* bio button */

#menu_content .bio{
    width: 136px;
    height: 38px;
    background: url('../images/menu_bio.gif') no-repeat;
	top:0px;
	left: 182px;
}

#menu_content .bio_h {
	position:absolute;
    width: 136px;
    height: 38px;
    background: url('../images/menu_bio_h.gif') no-repeat;
	top:0px;
    left: 182px;
}

#menu_content a.bio:hover, a.bio div, .bio div, a.bio:hover div {
	background: url("../images/menu_bio_h.gif") no-repeat;
	width: 136px;
    height: 38px;
	top:0px;
    }


/* gigs button */
	
#menu_content .gigs{
    width: 136px;
    height: 38px;
    background: url('../images/menu_gigs.gif') no-repeat;
	top:0px;
	left: 332px;
}

#menu_content  .gigs_h {
	position:absolute;
    width: 136px;
    height: 38px;
    background: url('../images/menu_gigs_h.gif') no-repeat;
	top:0px;
	left: 332px;
}

#menu_content a.gigs:hover, a.gigs div, .gigs div, a.gigs:hover div { 
	background: url("../images/menu_gigs_h.gif") no-repeat;
	width: 136px;
    height: 38px;
	top:0px;
    }

/* cd button */

#menu_content .cd{
    width: 136px;
    height: 38px;
    background: url('../images/menu_cd.gif') no-repeat;
	top:0px;
	left: 490px;
}

#menu_content .cd_h {
	position:absolute;
    width: 136px;
    height: 38px;
    background: url('../images/menu_cd_h.gif') no-repeat;
	top:0px;
	left: 490px;
}

#menu_content a.cd:hover, a.cd div, .cd div, a.cd:hover div { 
	background: url("../images/menu_cd_h.gif") no-repeat; 
	width: 136px;
    height: 38px;
	top:0px;
    }

/* contact button */

#menu_content .contact{
    width: 136px;
    height: 38px;
    background: url('../images/menu_contact.gif') no-repeat;
	top:0px;
	left: 660px;
}

#menu_content .contact_h {
	position:absolute;
    width: 136px;
    height: 38px;
    background: url('../images/menu_contact_h.gif') no-repeat;
	top:0px;
	left: 660px;
}

#menu_content a.contact:hover, a.contact div, .contact div, a.contact:hover div { 
	background: url("../images/menu_contact_h.gif") no-repeat;
	width: 136px;
    height: 38px;
	top:0px;
    }


