 #metamenu {
	
	position:relative;
	left:0px;
	top: 0px;
	list-style: none;
	margin: 0;
	padding:0;
	padding-bottom: 0px;
	
	padding-left:40px;
	/* margin-right:60px; */
	height: 32px;
	width: 280px;
	background: url(../img/metamenu/metamenu_bkg.gif) repeat-x;
	/* background-color: #96a54b; */
	/* right: 0px; */
	/* position: relative; */
			
} 





#metamenu span {
	display: none;
	position: absolute;
}

#metamenu a {
	display: block;
	text-indent: -400px;
	position: absolute;
	outline: none;
	
}

#metamenu a:hover {
	background-position: left bottom;
}

#metamenu a:hover span{
	display: block;
}


/* --- DEUTSCH --- */

#metamenu .kuenstler {
	width: 51px;
	height: 28px;
	background: url(../img/metamenu/kuenstler_btn.gif) no-repeat;
	right: 210px;
	top: 4px; 
}

#metamenu .kuenstler-on {
	width: 51px;
	height: 28px;
	background: url(../img/metamenu/kuenstler_btn.gif) no-repeat;
	background-position: left bottom;
	right: 210px;
	top: 4px; 
}

#metamenu .produktionen {
	width: 83px;
	height: 28px;
	background: url(../img/metamenu/produktionen_btn.gif) no-repeat;
	right: 107px;
	top: 4px; 
}

#metamenu .produktionen-on {
	width: 83px;
	height: 28px;
	background: url(../img/metamenu/produktionen_btn.gif) no-repeat;
	background-position: left bottom;
	right: 107px;
	top: 4px; 
}

#metamenu .uebersoniq {
	width: 67px;
	height: 28px;
	background: url(../img/metamenu/uebersoniq_btn.gif) no-repeat;
	right: 20px; 
	top: 4px;
}

#metamenu .uebersoniq-on {
	width: 67px;
	height: 28px;
	background: url(../img/metamenu/uebersoniq_btn.gif) no-repeat;
	background-position: left bottom;
	right: 20px; 
	top: 4px;
}

/* --- ENGLISH --- */

#metamenu .artists {
	width: 39px;
	height: 28px;
	background: url(../img/metamenu/artists_btn.gif) no-repeat;
	right: 220px;
	top: 4px; 
}

#metamenu .artists-on {
	width: 39px;
	height: 28px;
	background: url(../img/metamenu/artists_btn.gif) no-repeat;
	background-position: left bottom;
	right: 220px;
	top: 4px; 
}

#metamenu .productions {
	width: 72px;
	height: 28px;
	background: url(../img/metamenu/productions_btn.gif) no-repeat;
	right: 123px;
	top: 4px; 
}

#metamenu .productions-on {
	width: 72px;
	height: 28px;
	background: url(../img/metamenu/productions_btn.gif) no-repeat;
	background-position: left bottom;
	right: 123px;
	top: 4px; 
}

#metamenu .aboutsoniq {
	width: 73px;
	height: 28px;
	background: url(../img/metamenu/aboutsoniq_btn.gif) no-repeat;
	right: 25px; 
	top: 4px;
}

#metamenu .aboutsoniq-on {
	width: 73px;
	height: 28px;
	background: url(../img/metamenu/aboutsoniq_btn.gif) no-repeat;
	background-position: left bottom;
	right: 25px; 
	top: 4px;
}

