﻿#Tab1{
	width:665px;
	float: left;
	height: 37px;
	overflow: hidden;
	background-image: url(/images/394.GIF);
}
/*2*/
#Tab2{
	width:285px;
	padding:0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/*class*/
.Menubox {
	width:665px;
	height:37px;
	background-image: url(/images/394.GIF);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	overflow: hidden;
}
.Menubox ul{
	float: left;
	height: 37px;
	width: 665px;
	overflow: hidden;
	background-image: url(/images/394.GIF);
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: left top;
}
.Menubox li{
	float:left;
	display:block;
	padding:0px;
	cursor:pointer;
	width:85px;
	text-align:center;
	color:#000000;
	font-size:12px;
	font-weight:normal;
	line-height:41px;
	font-family: "宋体";
	text-decoration: none;
	margin-right: 10px;
 }
.Menubox li.hover{
	padding:0px;
	width:85px;
	color:#FF0000;
	font-weight:bold;
	line-height:41px;
	font-family: "宋体";
	font-size: 12px;
	text-decoration: none;
	background-image: url(/images/395.GIF);
	background-repeat: no-repeat;
	background-position: left top;
	height: 37px;
	float: left;
	margin-right: 10px;
}