ul {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

#imageMenu {
	position: relative;
	width: 720px;
	height: 200px;
	overflow: hidden;
}

#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 1000px;
}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 0px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:100px;
	height: 200px;
}

#imageMenu ul li.menu01 a {background: url(../images/menu01.png) repeat scroll 0%;}
#imageMenu ul li.menu02 a {background: url(../images/menu02.png) repeat scroll 0%;}
#imageMenu ul li.menu07 a {background: url(../images/menu06.png) repeat scroll 0%;}
#imageMenu ul li.menu08 a {background: url(../images/menu07.png) repeat scroll 0%;}
#imageMenu ul li.menu03 a {background: url(../images/menu03.png) repeat scroll 0%;}
#imageMenu ul li.menu04 a {background: url(../images/menu04.png) repeat scroll 0%;}
#imageMenu ul li.menu05 a {background: url(../images/menu05.png) repeat scroll 0%; width: 310px;}

.clear {clear: both;}


