
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 500px;
	height: 100px;
	overflow: hidden;
	border: 1px solid black;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: inline;
	height: 100px;
	width: 1000px;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 1px solid black;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:100px;
	height: 100px;
}

#imageMenu ul li.home a {
	background: url(images/homeW.jpg) repeat scroll 0%;
}

#imageMenu ul li.bio a {
	background: url(images/bioW.jpg) repeat scroll 0%;
}

#imageMenu ul li.dates a {
	background: url(images/datesW.jpg) repeat scroll 0%;
}

#imageMenu ul li.seklasse a {
	background: url(images/seklasseW.jpg) repeat scroll 0%;
	
}

#imageMenu ul li.pics a {
	background: url(images/picsW.jpg) repeat scroll 0%;
}

#imageMenu ul li.links a {
	background: url(images/partners2.jpg) repeat scroll 0%;
}

#imageMenu ul li.guest a {
	background: url(images/guestsW.jpg) 0 50%;
	width: 100px;
}

.clear {
	clear: both;
}
/*-----------------------------------------------------------------------------------*/


#imageMenu2 {
	position: relative;
	width: 380px;
	height: 200px;
	overflow: hidden;
	border: 0;
}



#imageMenu2 ul {
	list-style: none;
	margin: 0px;
	display: inline;
	height: 200px;
	width: 380px;
	
	}

#imageMenu2 ul li {
	float: left;
}

#imageMenu2 ul li a {

	background:#FFFFFF none repeat scroll 0%;
	border-right: 1px solid black;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:60px;
	height: 200px;
}




#imageMenu2 ul li.ronny a {
	background: url(images/ronny.jpg) repeat scroll 0%;
	background-repeat: no-repeat;
}

#imageMenu2 ul li.fune a {
	background: url(images/fune.jpg) repeat scroll 0%;
	background-repeat: no-repeat;
}

#imageMenu2 ul li.eric a {
	background: url(images/eric.jpg) repeat scroll 0%;
	background-repeat: no-repeat;
}

#imageMenu2 ul li.hasi a {
	background: url(images/hasi.jpg) repeat scroll 0%;
	background-repeat: no-repeat;
}

#imageMenu2 ul li.georg a {
	background: url(images/georg.jpg) repeat scroll 0%;
	background-repeat: no-repeat;
}

#imageMenu2 ul li.bk a {
	background: url(images/bk.jpg) repeat scroll 0%;
	background-repeat: no-repeat;
	width: 60px;
}
/*
#imageMenu2 ul li.end a {
	background: url(images/bk.jpg) repeat scroll 0 50%;
	width: 90px;
}
*/

.clear {
	clear: both;
}

/*************************************************************/


