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

	Image Menu
	v 2.2

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

#sneklenenler h3 {
	padding:0px;
	margin:0px;
}
/*
#imageMenu {
	position: relative;
	width: 880px;
	height: 100px;
	overflow: hidden;
	background-color:#ededed;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 100px;
	width: 880px;
	padding: 0px;
	}


*/

#imageMenu {
	position: relative;
	width: 830px;
	height: 90px;
	overflow: hidden;
	margin: 0px auto;
}



#imageMenu ul {
	list-style: none;
	margin: 5px 0px 0px 0px;
	padding-left:0px;
	display: block;
	height: 80px;
	width: 1600px;
}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	background:#f3f3f3 none repeat scroll 0%;
	border-right: 2px solid #ffffff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width: 90px;
	height: 80px;
	float:left;
	-moz-border-radius-bottomleft:7px;
	-moz-border-radius-bottomright:7px;
	-moz-border-radius-topleft:7px;
	-moz-border-radius-topright:7px;
}

#imageMenu ul li p {
	margin:5px;
	float:left;
}

#imageMenu ul li img {
	float:left;
}

.clear {
	clear: both;
}

