/*页面主体*/
#main { background:url(../images/bg_main.png) no-repeat; padding:15px; text-align:center; }
/*----（导航）-------------------------------------------------------------------------------------------------------------*/
#menu { background: #F1F1F1; voice-family: "\"}\""; voice-family: inherit; border:1px solid #404243; height:28px; background: url(../images/bg_menu.png); font-size:12px;}
#menu ul { list-style:none; }
#menu li { display:inline; text-transform:uppercase; line-height:27px; }
#menu a { float:left; color:#ccc; border-right:1px solid #000; padding:0 25px; text-decoration:none; letter-spacing: 1px; }
#menu a span { float:left; display:block; padding-top:1px; }
#menu a span { float:none; }
#menu a:hover { background:url(../images/bg_menu_a.png); }
#menu a:hover span { background:url(../images/bg_menu_a.png); }
#menu #currents a, #invertedtabs #currents span { background:url(../images/bg_menu_a.png); color:#ccc; }
#menuLine { clear:both; height:2px; background: url(../images/menuline.png); }
/*----（菜单）-------------------------------------------------------------------------------------------------------------*/
#invertedtabs { background: #F1F1F1; voice-family: "\"}\""; voice-family: inherit; border:1px solid #DDD; height:30px; }
#invertedtabs ul { list-style:none; }
#invertedtabs li { display:inline; text-transform:uppercase; line-height:27px; }
#invertedtabs a { float:left; color:#000; border-right:1px solid #DDD; padding:0 20px; text-decoration:none; letter-spacing: 1px; }
#invertedtabs a span { float:left; display:block; padding-top:3px; }
#invertedtabs a span { float:none; }
#invertedtabs a:hover { background:url(../images/bg_invertedtabs_a.png); }
#invertedtabs a:hover span { background:url(../images/bg_invertedtabs_a.png); }
#invertedtabs #current a, #invertedtabs #current span { background:url(../images/bg_invertedtabs_current.png); color:#333; font-weight:bold;}
/*----（内容）-------------------------------------------------------------------------------------------------------------*/
#content { font-family:Arial, Helvetica, sans-serif; text-align:left; border-left:1px solid #DDD; border-right:1px solid #DDD; border-bottom:1px solid #DDD;}
#content .spacing { padding:30px; font-size:14px; line-height:180%;}