#imageMenu {
	position: relative;
	width: 570px;
	height: 130px;
	overflow: hidden;
}




#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 130px;
	}


#imageMenu ul li {
	float: left;
}


#imageMenu ul li a {
 text-indent: -1000px;
 background:#FFFFFF none repeat scroll;
 border-right: 2px solid #fff;
	cursor:pointer;
 display:block;
	overflow:hidden;
 width:60px;
	height: 150px;
}


#imageMenu ul li.mtc1 a { background: #fff url('images/bp 01.jpg') no-repeat left top;
 }


#imageMenu ul li.mtc2 a {
	background: #fff url('images/bp 02.jpg') no-repeat left top;
}


#imageMenu ul li.mtc3 a {
	background: #fff url('images/bp 03.jpg') no-repeat left top;
}

#imageMenu ul li.mtc4 a {
	background: #fff url('images/bp 04.jpg') no-repeat left top;
}


#imageMenu ul li.mtc5 a {
 background: #fff url('images/bp 05.jpg') no-repeat left top; 
}

#imageMenu ul li.mtc6 a {
	background: #fff url('images/bp 06.jpg') no-repeat left top;
}

#imageMenu ul li.mtc7 a {
 background: #fff url('images/bp 07.jpg') no-repeat left top; 
}

#imageMenu ul li.mtc8 a {
	background: #fff url('images/bp 08.jpg') no-repeat left top;
}

#imageMenu ul li.mtc9 a {
	background: #fff url('images/bp 09.jpg') no-repeat left top;
}

#imageMenu ul li.mtc10 a {
	background: #fff url('images/bp 010.jpg') no-repeat left top;
}

#imageMenu ul li.mtc11 a {
	background: #fff url('images/bp 011.jpg') no-repeat left top;
}

#imageMenu ul li.mtc12 a {
	background: #fff url('images/bp 012.jpg') no-repeat left top;
}

.clear {
	clear: both;
}