
.jimgMenu {
	position: relative;
	width: 670px;
	height: 200px;
	overflow: hidden;
	margin: 0px 0px 0px;
}

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

.jimgMenu ul li {
	float: left;
}

.jimgMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 1px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:70px;
	height: 200px;
}
.jimgMenu ul li.shopping a {
	background: url(../images/shopping_cart.jpg) repeat scroll 0%;
	min-width:310px;
}
.jimgMenu ul li.landscapes a {
	background: url(../menuimg/grocery.jpg) repeat scroll 0%;
	width:310px;
	/*min-width:310px;*/
}

.jimgMenu ul li.people a {
	background: url(../menuimg/Calling-card.jpg) repeat scroll 0%;
}

.jimgMenu ul li.nature a {
	background: url(../menuimg/laptops.jpg) repeat scroll 0%;
}
.jimgMenu ul li.abstract a {
	background: url(../menuimg/mobile.jpg) repeat scroll 0%;
}

.jimgMenu ul li.restaurant a {
	background: url(../menuimg/restaurant_menu.jpg) repeat scroll 0%;
}
.jimgMenu ul li.cloth a {
	background: url(../menuimg/cloths.jpg) repeat scroll 0%;
}
.jimgMenu ul li.gift a {
	background: url(../menuimg/gift_item.jpg) repeat scroll 0%;
}
.jimgMenu ul li.urban a {
	background: url(../menuimg/automobiles.jpg) repeat scroll 0%;
	
	

	
}

.clear {
	clear: both;
}
