
.jimgMenu {
	position: relative;
	width: 1000px;
	height: 415px;
	overflow: hidden;
	margin: 10px 0px 0px;
}

.jimgMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 400px;
	width: 1340px;
	
	}

.jimgMenu ul li {
}

.jimgMenu ul li a {
	text-indent: -1000px;
	cursor:default;
	display:block;
	overflow:hidden;
	width:1000px;
	height: 50px;
}


.jimgMenu ul li.demo  {
	background: url(../images/demo.png) left top repeat;
		min-height:250px;
}
.jimgMenu ul li.mali a {
	background: url(../images/banner.png) top repeat;

}

.jimgMenu ul li.baski a {
	background: url(../images/banner-2.png) top repeat;

}
.jimgMenu ul li.tasarim a {
	background: url(../images/banner-3.png) top repeat;
}

.jimgMenu ul li.promosyon a {
	background: url(../images/banner-4.png) top repeat;

}

.clear {
	clear: both;
}
