@charset "UTF-8";


/**************************************************************

	业务范围的样式
	
**************************************************************/


#imageMenu {
	position: relative;
	width: 186px!important;
	width: 186px;
	height: 130px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 130px;
	width: 500px;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:44px;
	height: 130px;
}

#imageMenu ul li.baozhi a {
	background: url(../images/baozhi2.jpg) no-repeat scroll 0%;
}

#imageMenu ul li.zazhi a {
	background: url(../images/zazhi-1.jpg) no-repeat scroll 0%;
}

#imageMenu ul li.tushu a {
	background: url(../images/tushu-1.jpg) no-repeat scroll 0%;
}

#imageMenu ul li.piaoju a {
	background: url(../images/piaoju-1.jpg) no-repeat scroll 0%;
width: 150px;}

.clear {
	clear: both;
}

/*************************************************************/

