
.jimgMenu {
	position:relative;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	width:700px;
	height:263px;
	overflow: hidden;
}

.jimgMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 264px;
	position: relative;
	background-color: #bebebe; 
	}
	
.jimgMenu ul li {
	width: 100px;
	float: left;
	display: block;
	overflow: hidden;
}

.jimgMenu ul li a {
	text-indent: -1000px;
	background:#fff repeat scroll 0%;
	border-right: 4px solid #000;
	cursor:pointer;
	display:block;
	overflow: hidden;
	height: 264px;
}

.jimgMenu ul li#fen a {
	background: url(../images/fen.png) repeat scroll 0%;
  
}

.jimgMenu ul li#pen a {
	background: url(../images/pen.png) repeat scroll 0%;

}

.jimgMenu ul li#pga a {
	background: url(../images/pga.png) repeat scroll 0%;
  
}

.jimgMenu ul li#por a {
	background: url(../images/por.png) repeat scroll 0%;

}

.jimgMenu ul li#vol a {
	background: url(../images/vol.png) repeat scroll 0%;
}

.jimgMenu ul li#sto a {
	background: url(../images/sto.png) repeat scroll 0%;

}

.jimgMenu ul li#pin a {
	background: url(../images/pin.png) repeat scroll 0%;
	border-right-style: none;
}

.clear {
	clear: both;
}

