﻿
/**************************************************************

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 800px;
	height: 200px;
	overflow: hidden;
	top: 0px;
	left: 0px;
}



#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:#000000 none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:101px;
	height: 200px;
}

#imageMenu ul li.anasayfa a {
	background: url(images/anasayfa.jpg) repeat scroll 0%;
}

#imageMenu ul li.koy a {
	background: url(images/koy.jpg) repeat scroll 0%;
}

#imageMenu ul li.haber a {
	background: url(images/haber.jpg) repeat scroll 0%;
}

#imageMenu ul li.foto a {
	background: url(images/foto.jpg) repeat scroll 0%;
}

#imageMenu ul li.video a {
	background: url(images/video.jpg) repeat scroll 0%;
	width: 101px;
}



#imageMenu ul li.iletisim a {
	background: url(images/iletisim.jpg) repeat scroll 0%;

}



#imageMenu ul li.biz a {
	background: url(images/biz.jpg) repeat scroll 0%;

}


#imageMenu ul li.tarih a {
	background: url(images/tarih.jpg) repeat scroll 0%;

}



.clear {
	clear: both;
}

/*************************************************************/

