﻿
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/

/*避免火狐出现不均问题*/
 ul,td {
	padding: 0;
}


#imageMenu {
	position: relative;
	width: 680px;
	overflow: hidden;
	margin-left:15px;
}


#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	width: 1000px;	
	}

#imageMenu ul li {
	float: left;
	margin: 0px;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	cursor:pointer;
	display:block!important;
	overflow:hidden;
	width:133px;
	height: 220px;
	margin-left:0px;
}
#imageMenu span{
	 display:none;
}
#imageMenu ul li.hot_topics1 a {
	background: url(images/shower_01.gif) repeat scroll 0%;
		border-right: 2px solid #fff;
}

#imageMenu ul li.hot_topics2 a {
	background: url(images/shower_02.gif) repeat scroll 0%;
		border-right: 2px solid #fff;
}

#imageMenu ul li.hot_topics3 a {
	background: url(images/shower_03.gif) repeat scroll 0%;
		border-right: 2px solid #fff;
}

#imageMenu ul li.hot_topics4 a {
	background: url(images/shower_04.gif) repeat scroll 0%;
		border-right: 2px solid #fff;
}

#imageMenu ul li.hot_topics5 a {
	background: url(images/shower_05.gif) repeat scroll 0%;
}

.clear {
	clear: both;
}

/*************************************************************/

