@charset "utf-8";
/* CSS Document */
#top_menu {margin:0 auto; width:906px;}
#top_menu ul {margin:0 auto; padding:0; list-style:none; display:inline; white-space:nowrap; list-style:none; height:39px; position:relative; background:#fff; font-size:12px;}
#top_menu li {float:left;display:table-cell; margin:0; padding:0;}
#top_menu li a {display:block; float:left; height:39px; line-height:39px; color:#333; text-decoration:none; font-family:arial, verdana, sans-serif,"微软雅黑"; text-align:center; letter-spacing:1px;padding:0 0 0 0px; cursor:pointer; background:url(../images/menu_left.gif) no-repeat;
}
#top_menu li a span {float:left; display:block; padding:0 45px 0 45px; background:url(../images/menu_main.gif) no-repeat right top;}
#top_menu li.current a {color:#fff; background:url(../images/change_left.gif) no-repeat;}
#top_menu li.current a span {background:url(../images/change_main.gif) no-repeat right top;}
#top_menu li a:hover {color:#fff; background: url(../images/change_left.gif) no-repeat;}
#top_menu li a:hover span {background:url(../images/change_main.gif) no-repeat right top;}
#top_menu li.current a:hover {color:#fff; background: url(../images/change_left.gif) no-repeat; cursor:default;}
#top_menu li.current a:hover span {background:url(../images/change_main.gif) no-repeat right top;}

