/* @override http://siggset/gallery/imageMenu.css */

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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 422px;
	height: 222px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	display: block;
	height: 222px;
	width: 1000px;
	padding-left: 0;
	margin-left: 21px;
}

#content #main #imageMenu ul li {
	float: left;
	display: inline;
	margin-left: 0px;
	}

#imageMenu ul li a {
	text-indent: -1000px;
	background: #FFFFFF none repeat scroll 0%;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width: 45px;
	height: 222px;
	
}


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

}

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

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

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

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

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

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

#imageMenu ul li.dimension a {
	background: url(images/dimension.jpg) repeat scroll 0%;
	}
#imageMenu ul li.nichts_sehen a {
	background: url(images/nichts_sehen.jpg) repeat scroll 0%;
	width: 210px;	}


.clear {
	clear: both;
}

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

