
/* 全局共用属性CSS */
*{margin:0;padding:0}

/* 布局CSS */

#menu{width:950px;position:relative; height:40px; float:left; margin:5px 0 0; z-index:1;clear:both;  background:url(/images_aixun/hd_bg.jpg) no-repeat;}
#menu ul { font-size:14px; font-weight:bold; padding:5px 0 0 60px; clear:both; }
#menu ul a { color:#fff; display:block;width:95px; }
#menu li {  line-height:25px; height:25px; float:left; background:url(/images_aixun/menu_libg.gif) no-repeat left center; text-align:center; }
#menu li.nobg { background:none; }

#menu .current,#menu li a:hover { background:url(/images_aixun/memu_upbg.jpg) no-repeat center top; text-decoration:none; }

