/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 446px;
	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: -1000x;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:87px;
	height: 200px;
}

#imageMenu ul li.hurtigruten a {
	background: url(hurtigruten.jpg) repeat scroll 0%;
}

#imageMenu ul li.finnlines a {
	background: url(finnlines.jpg) repeat scroll 0%;
}

#imageMenu ul li.superfast a {
	background: url(superfast.jpg) repeat scroll 0%;
}

#imageMenu ul li.spl a {
	background: url(stpeterline.jpg) repeat scroll 0%;
}

#imageMenu ul li.hotelli a {
	background: url(hotelli.jpg) repeat scroll 0%;
	
}
#imageMenu ul li.matkailuauto a {
	background: url(matkailuauto.jpg) repeat scroll 0%;
	
}

.clear {
	clear: both;
}
.tableMenu {
	border-top: 2px solid #fff;
}
.image-h {
	;height:50px;width:230px;
	}

/*************************************************************/
