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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 100%;
	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:83px;
	height: 190px;
	margin-top:10px;
}

#imageMenu ul li a span {
	display: none;
}

#imageMenu ul li a:hover span {
	display: block;
	z-index:25; 
	background-color:#aaa;
}

#imageMenu ul li.langdtur a {
	background: url(images/langdtur.jpg) repeat scroll 0;
	}
#imageMenu ul li.alpint a {
	background: url(images/alpint.jpg) repeat scroll 0;
	}
#imageMenu ul li.snoskoter a {
	background: url(images/snoskoter.jpg) repeat scroll 0;
	}
#imageMenu ul li.fjallvandra a {
	background: url(images/fjallvandra.jpg) repeat scroll 0;
	}
#imageMenu ul li.fiska a {
	background: url(images/fiska.jpg) repeat scroll 0;
	}
#imageMenu ul li.jakt a {
	background: url(images/jakt.jpg) repeat scroll 0;
	}
#imageMenu ul li.golf a {
	background: url(images/golf.jpg) repeat scroll 0;
	}
#imageMenu ul li.mtb a {
	background: url(images/mtb.jpg) repeat scroll 0;
	}

.clear {
	clear: both;
}

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

