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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 333px;
	height: 166px;
	overflow: hidden;
}



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

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none no-repeat scroll 0%;

	border-left: 2px solid #BBABA0;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:43px;
	height: 166px;
}
#imageMenu ul li a:hover 
{
	cursor:default;}

#imageMenu ul li.yan1 a {
	background: url(resimler/yan1.png) no-repeat scroll 0%;
}

#imageMenu ul li.yan2 a {
	background: url(resimler/yan2.png) no-repeat scroll 0%;
}
#imageMenu ul li.yan3 a {
	background: url(resimler/yan3.png) no-repeat scroll 0%;
}
#imageMenu ul li.yan4 a {
	background: url(resimler/yan4.png) no-repeat scroll 0%;
}
#imageMenu ul li.yan5 a {
	background: url(resimler/yan5.png) no-repeat scroll 0%;
}
#imageMenu ul li.yan6 a {
	background: url(resimler/yan6.png) no-repeat scroll 0%;
}
#imageMenu ul li.yan7 a {
	background: url(resimler/yan7.png) no-repeat scroll 0%;
}


.clear {
	clear: both;
}

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

