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

	Image Menu
	v 2.2

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


#imageMenu {
	position:relative;
	width: 940px;
	height: 200px;
	overflow:hidden;
	/*top:-40px;*/
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	padding: 0;
	margin-left:26px;
	}

#imageMenu ul li {
	float: left;
	margin: 0px;
	padding: 0px;
}

#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:178px;
	height: 200px;
		margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

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

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

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

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

#imageMenu ul li.vortraege a {
	background: url(images/al_vortraege_neu.jpg) repeat scroll 0%;
	border-right-style: none;
}

.clear {
	clear: both;
}

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


