﻿body {
	font-family: Verdana, Arial, sans-serif, "宋体";
	font-size: 12px;
	margin: 0;
	padding: 0;
}
.contain {
    margin: 0 auto;
	width: 778px;
	}

.clear { clear: both; }
div,p {display:block;}
ull,ol,dl {list-style:none;}
.none { display: none; }
.center { text-align: center; }
a img {	border: none; }
a { color: #202020;
	text-decoration: none;}
a:hover {
	color: #20A6FE;
	text-decoration: underline;
	}
#tabs {
    float: right;
    font-size: 12px;
	font-weight: bold;
    line-height: normal;
    }
	
#tabs ull {
    margin: 0;
    padding: 0 0 0 0;
    list-style: none;
    }
	
#tabs li {
    display: inline;
    margin: 0;
    padding: 0;
    }
	
#tabs a {
    float: left;
    background: url("../img/tableft.gif") no-repeat left top;
    margin: 0 0 0 4px;
    padding: 0 0 0 5px;
    text-decoration: none;
    }
	
#tabs a span {
    float: left;
    display: block;
    background: url("../img/tabright.gif") no-repeat right top;
    padding: 7px 14px 4px 7px;
    color: #002C47;
    }
	
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span { float: none; }
/* End IE5-Mac hack */

#tabs a:hover span {
    color: #FFF;
    }
	
#tabs a:hover {
    background-position: 0% -42px;
    }
	
#tabs a:hover span {
    background-position:100% -42px;
    }

#tabs #current a {
    background-position: 0% -42px;
    }
	
#tabs #current a span {
    background-position: 100% -42px;
    color: #FFF;
    }
.input1 {color: #3399FF;  border: 1 solid #3399FF}
#zhuti{
width:476px;
height:100px;
border: 0px solid White;
margin-top: 2px;
}

#zhuti ul{
width:476px;
height:100px;
}

#zhuti li{
width:112px;
height:25px;
}

ul{
	margin:4;
	padding:4;
	list-style:none;
}
ul li{
	height:25px;
	width:88px;
	margin-right:4px !important;
	margin-right:4px;
	float:left;
	margin-bottom:4px !important;	
	margin-bottom:4px;
}
ul a{
	display:block;
	width:100%;
	height:25px;
	background-color:#E6FAFF;
	border:1px solid #D7EFFF;
	font:11px arial;
	text-decoration:none;
	line-height:25px;
	text-align:center;
	background:#E6FAFF
}
ul a:link,ul a:visited{
	color:#333;
}
ul a:hover,ul a:active{
	background-color: #FFEFE6;
	border:1px solid #F60;
}
ul li.active a{
	background-color:#E8F3FF;
	border:1px solid #39F;
}