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

	Image Menu
	v 2.2

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


#imageMenu {
	position: absolute;
	width: 1050px;
	height: 200px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 1050px;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background: none repeat scroll 0%;
	border-left: 1px solid #ffffff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:87px;
	height: 200px;
}

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

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

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

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

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

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

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


.clear {
	clear: both;
}

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

