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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 900px;
	height: 200px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 1300px;
	
	}

#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.eposta a {
	background: url(/images/eposta.jpg) repeat scroll 0%;
}

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

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

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

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

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

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

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

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

.clear {
	clear: both;
}

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

