
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 750px;
	height: 200px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 1000px;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:98px;
	height: 200px;
}

#imageMenu ul li.drvollenweider a {
	background: url('images/drvollenweider.jpg');
}

#imageMenu ul li.tuepen a {
	background: url('images/tuepen.jpg');
}

#imageMenu ul li.arthurkaelin a {
	background: url('images/arthurkaelin.jpg');
}

#imageMenu ul li.tinte a {
	background: url('images/tinte.jpg');
}

#imageMenu ul li.verbandzh a {
	background: url('images/verbandzh.jpg');
}

#imageMenu ul li.events a {
	background: url('images/events.jpg');
}

#imageMenu ul li.spanndecken a {
	background: url('images/spanndecken.jpg');
}

#imageMenu ul li.toeffclub a {
	background: url('images/toeffclub.jpg');
	width: 300px
}

.clear {
	clear: both;
}

/*************************************************************/
