@import url("../css.css");
#imageMenu
{
	position: relative;
	width: 500px;
	height: 300px;
	overflow: hidden;
	margin-top: 40px;
}
#imageMenu UL
{
	list-style-type: none;
	margin: 0px;
	width: 1000px;
	display: block;
	height: 200px;
	list-style-image: none;
}
#imageMenu UL LI
{
	float: left;
}
#imageMenu UL LI A
{
	text-indent: -1000px;
	width: 100px;
	display: block;
	background: #ffffff 0% 50%;
	height: 200px;
	overflow: hidden;
	cursor: pointer;
}

