﻿@charset "utf-8";
/* CSS Document */
/*导航栏*/
#tabs {
    float:left;
    width:100%;
    height:27px;
}
#tabs ul {
    margin:0;
    padding:0 5px;
    list-style:none;
    height:27px;
}
#tabs li {
    display:inline;
    margin:0;
    padding:0;
    height:27px;
}
#tabs a {
    float:left;
    background:url("tableft.gif") no-repeat left bottom;
    margin-left:1px;
    padding-left:10px;
    text-decoration:none;
	color:#227DCB;
}
#tabs a span {
    float:left;
    display:block;
    background:url("tabright.gif") no-repeat right bottom;
    margin-right:1px;
    padding:5px 10px 2px 0;
	color:#227DCB;
}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
    /* End IE5-Mac hack */
#tabs a:hover{
    background-position:0% top;
    color:#fff;
}
#tabs a:hover span{
    background-position:100% top;
    color:#fff;
}
.tabr{
    float:right;
}
#tabson a{
    background-position:0% top;
    color:#fff;
}
#tabson a span{
    background-position:100% top;
    color:#fff;
	font-weight:bold;
}
.wt,.wt a{color:#fff}
.wt a:hover{color:#FF0;}
.s5tab_out1 {
	
	background-image:url(nav1.gif);
	
    
	font-size: 12px;
	font-weight:600;
	width:77px;
	height:24px;
	color: #147DCE;
	text-align: center;
	
}
.s5tab_on1 {

	background-image:url(nav2.gif);

	font-size: 12px;
	font-weight:600;
	width:77px;
	height:24px;
	color: #fff;
	text-align: center;
	
}