/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 620px;
	height: 230px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 1400px;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1400px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:76px;
	height: 200px;
}

#imageMenu ul li.koaksiyel a {
	background: url(images/abstract.jpg) repeat scroll 0%;
}

#imageMenu ul li.telefon a {
	background: url(images/2.jpg) repeat scroll 0%;
}

#imageMenu ul li.yangin a {
	background: url(images/3.jpg) repeat scroll 0%;
}

#imageMenu ul li.guvenlik a {
	background: url(images/4.jpg) repeat scroll 0%;
}

#imageMenu ul li.sinyal  a {
	background: url(images/5.jpg) repeat scroll 0%;
	
}
#imageMenu ul li.data a {
	background: url(images/6.jpg) repeat scroll 0%;
}

#imageMenu ul li.tesisat a {
	background: url(images/7.jpg) repeat scroll 0%;
}

#imageMenu ul li.halojen a {
	background: url(images/8.jpg) repeat scroll 0%;
}
.clear {
	clear: both;
}

/*************************************************************/
