#imageMenu {
	overflow: hidden;
	padding: 0px;
	border-style: none;
	margin: 0 auto;
 	width: 990px;
}

#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	padding: 0;
	}

#imageMenu ul li {
	float: right;
}

#imageMenu ul li a {
	text-indent: -1000px;
	
	border-right: 1px solid #000000;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:130px;
	height: 550px;
	margin: 0;	padding: 0;	font-weight: inherit;	font-style: inherit;	font-size: 100%;	font-family: inherit;	vertical-align: baseline;
}

#imageMenu ul li.menuslide a {

}

#imageMenu ul li.bk1 a {
	background: repeat scroll 0%;
}

.clear {
	clear: both;
}


