
.jimgMenu {
	position:relative;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 432px;
	height:200px;
	overflow: hidden;
}

.jimgMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 200px;
	position: relative;
	}
	
.jimgMenu ul li {
	width: 72px;
	float: left;
	display: block;
	overflow: hidden;
}

.jimgMenu ul li a {
	text-indent: -1000px;
	background:#fff repeat scroll 0%;
	border-right: 1px solid #333333;
	cursor:pointer;
	display:block;
	overflow: hidden;
	height: 200px;
}

.jimgMenu ul li#index a {
	background: url(index.jpg) repeat scroll 0%;
  
}

.jimgMenu ul li#iWaiter a {
	background: url(iWaiter.jpg) repeat scroll 0%;

}

.jimgMenu ul li#finishingtouch a {
	background: url(finishingtouch.jpg) repeat scroll 0%;
  
}

.jimgMenu ul li#wisenet a {
	background: url(wisenet.jpg) repeat scroll 0%;

}

.jimgMenu ul li#gktech a {
	background: url(gktech.jpg) repeat scroll 0%;
	border-right-style: none;
}

.jimgMenu ul li#iphoneclub a {
	background: url(iphoneclub.jpg) repeat scroll 0%;
	border-right-style: none;
}

.clear {
	clear: both;
}

