/* CSS Document */
@charset "utf-8";
/* CSS Document */
/*µ¼º½À¸*/
#tabs {
    float:left;
    width:100%;
    height:30px;
	font-size:14px;
}
#tabs ul {
    margin:0;
    padding:0 5px;
    list-style:none;
    height:30px;
}
#tabs li {
    display:inline;
    margin:0;
    padding:0;
    height:30px;
}
#tabs a {
    float:left;
    background:url("tableft.gif") no-repeat left -30px;
    margin-left:1px;
    padding-left:10px;
    text-decoration:none;
	color:#FF9900;
}
#tabs a span {
    float:left;
    display:block;
    background:url("tabright.gif") no-repeat right -30px;
    margin-right:1px;
    padding:5px 10px 2px 0;
	color:#FF9900;
}
    /* 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;
}
#tabson a{
    background-position:0% top;
    color:#fff;
}
#tabson a span{
    background-position:100% top;
    color:#fff;
	font-weight:bold;
}
.tt10{
    margin-top:10px;
}
.wt,.wt a{color:#fff;}
.wt a:hover{color:#FF0;}

.list{
	list-style-position:outside;
	list-style-image: url(dot.gif);
	margin:0 5px;
	padding:0 5px 0 15px;
}
.list2{
	list-style-position:outside;
	list-style-image: url(dot.gif);
	margin:0 5px;
	padding:0 5px 0 15px;
}
.list li,.list li a{
    color:#333;
	text-decoration:none;
}
.list2 li{
    color:#666;
	text-decoration:none;
	border-bottom:#ccc 1px dotted;
}
.list2 li a{
    color:#666;
	text-decoration:none;
}
.list li a:hover{
    color:#f90;
	text-decoration:underline;
}
.list2 li a:hover{
    color:#f90;
	text-decoration:none;
}
.dongon{
	color:#666;
	font-weight:bold;
	height:24px;
	width:90px;
	text-align: center;
	background: url(ybon2.gif) no-repeat;
	vertical-align: bottom;
}
.dongout{
    color:#FFA91A;
	text-align: center;
}
.clon{
	background: url(clon.gif) no-repeat center;
	width:105px;
	height:30px;
	font-size:14px;
	font-weight:bold;
    color:#FFA91A;
	text-align: center;
	vertical-align: top;
	padding-top:5px;
}
.clout{
	background: url(clout.gif) no-repeat center;
	width:105px;
	height:30px;
	font-size:14px;
	color:#666;
	text-align: center;
	vertical-align: top;
	padding-top:5px;
}
