
.jimgMenu {
    float: left;
    position:relative;
	padding: 0px;
	width:475px;
	height:200px;
	overflow: hidden;
  border: thin solid #F0F8FF;
  margin: 5px 20px 5px 50px
}

.jimgMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 200px;
	position: relative;
	}
	
.jimgMenu ul li {
	width: 95px;
	float: left;
	display: block;
	overflow: hidden;
}

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

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

}

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

}

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

}

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

}

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

.clear {
	clear: both;
}
