#imageMenuA {
    width: 100%;
	height: 200px;
	overflow: hidden;
	padding:4px 0 4px 0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
#imageMenuA ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	padding: 0;
}
#imageMenuA ul li {
	float: left;
}
#imageMenuA ul li a {
	width: 186px;
	height: 200px;
	text-indent: -1000px;
	background:white none repeat scroll 0%;
	cursor:pointer;
	display:block;
	overflow:hidden;
	vertical-align: baseline;
	border-left:1px solid white;
}
#imageMenuA ul li.bk1 a {
	background: url(images/acc1.png) repeat scroll 0%;
}
#imageMenuA ul li.bk2 a {
	background: url(images/acc2.png) repeat scroll 0%;
}
#imageMenuA ul li.bk3 a {
	background: url(images/acc3.png) repeat scroll 0%;
}
#imageMenuA ul li.bk4 a {
	background: url(images/acc4.png) repeat scroll 0%;
}
#imageMenuA ul li.bk5 a {
	background: url(images/acc5.png) repeat scroll 0%;
}
.clear {
	clear: both;
}

