




/* CSS Document */



#imageMenu {position:relative;width:960px;height:311px;overflow:hidden;}/*修改高度*/

#imageMenu ul{list-style:none;margin:0px;padding:0px;display:block;height:311px;width:970px;}/*修改高度*/

#imageMenu ul li {float:left;}

#imageMenu ul li a {text-indent: -1000px;background:#FFFFFF;cursor:pointer;display:block;overflow:hidden;width:192px;height:311px;}

#imageMenu ul li.l1 a {background: url(bk2-01.jpg) repeat;}

#imageMenu ul li.l2 a {background: url(bk2-02.jpg) repeat;}

#imageMenu ul li.l3 a {background: url(bk2-03.jpg) repeat;}

#imageMenu ul li.l4 a {background: url(bk2-04.jpg) repeat;}

#imageMenu ul li.l5 a {background: url(bk2-05.jpg) repeat;}



.clear {clear: both;}

#container {margin:5px auto;padding:0px;width:970px;height:311px;}/*修改高度*/



