/*

*, html {
	margin: 0;
	padding: 0;
}

*/

/**************************************************************

	Image Menu
	v 2.3

**************************************************************/


.imageMenu {
	position: relative;
	width: 770px;
	height: 315px;
	overflow: hidden;
}



.imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 315px;
	width: 770px;
	padding: 0;
	}

.imageMenu ul li {
	float: left;
	margin: 0;
	padding: 0;
}

.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:150px;
	height: 315px;
}

.imageMenu ul li.landscapes a {
	background: red url(../img/3dAnimasyon.jpg) repeat scroll 0%;
}

.imageMenu ul li.people a {
	background: green url(../img/3dTasarim.jpg) repeat scroll 0%;
}

.imageMenu ul li.nature a {
	background: blue url(../img/KurumsalKimlik.jpg) repeat scroll 0%;
}

.imageMenu ul li.urban a {
	background: orange url(../img/WebTasarim.jpg) repeat scroll 0%;
}

.imageMenu ul li.abstract a {
	background: purple url(../img/baski_matbaa.jpg) repeat scroll 0%;
	width: 310px;
}


.clear {
	clear: both;
}

/*************************************************************/

