#imageMenu {
	position: relative;
	width: 890px;
	height: 160px;
	overflow: hidden;
	
}
#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 160px;
	width: 900px;
}
#imageMenu ul li {
	float: left;
}
#imageMenu ul li a {
	text-indent: -900px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 1px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:175px;
	height: 160px;
}

#imageMenu ul li.tr_im1 a {
	background: url(images/tr_im1.jpg) repeat scroll 0%;
}

#imageMenu ul li.tr_im2 a {
	background: url(images/tr_im2.jpg) repeat scroll 0%;
}

#imageMenu ul li.tr_im3 a {
	background: url(images/tr_im3.jpg) repeat scroll 0%;
}

#imageMenu ul li.tr_im4 a {
	background: url(images/tr_im4.jpg) repeat scroll 0%;
}

#imageMenu ul li.tr_im5 a {
	background: url(images/tr_im5.jpg) repeat scroll 0%;
	
}
#imageMenu ul li.en_im1 a {
	background: url(images/en_im1.jpg) repeat scroll 0%;
}

#imageMenu ul li.en_im2 a {
	background: url(images/en_im2.jpg) repeat scroll 0%;
}

#imageMenu ul li.en_im3 a {
	background: url(images/en_im3.jpg) repeat scroll 0%;
}

#imageMenu ul li.en_im4 a {
	background:  url(images/en_im4.jpg) repeat scroll 0%;
}

#imageMenu ul li.en_im5 a {
	background: url(images/en_im5.jpg) repeat scroll 0%;
	width: 310px;
}
.clear {
	clear: both;
}

