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

	Image Menu
	v 2.2

**************************************************************/
#containermenu {
	width: 962px;
	margin-right:26px;
	background-color:#FFF;
	background: url(../images/paa7.jpg) no-repeat;
	background-position:right;
}


#imageMenu {
	position: relative;
	width: 634px;
	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:98px;
	height: 200px;
}

#imageMenu ul li.etusivu a {
	background: url(../images/etusivu2.jpg) repeat scroll 0%;
}
#imageMenu ul li.kalenteri a {
	background: url(../images/kalenteri2.jpg) repeat scroll 0%;
}
#imageMenu ul li.uutiset a {
	background: url(../images/uutiset1.jpg) repeat scroll 0%;
}
#imageMenu ul li.yhteystiedot a {
	background: url(../images/yhteydet2.jpg) repeat scroll 0%;
}
#imageMenu ul li.linkit a {
	background: url(../images/linkit4.jpg) repeat scroll 0%;
}
#imageMenu ul li.galleria a {
	background: url(../images/galleria2.jpg) repeat scroll 0%;
	Width:310;
}

.clear {
	clear: both;
}

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

