    /*选项卡1*/
    #Tab1{
    width:460px;
    margin:0px;
    padding:0px;
    margin:0 auto;}
    /*选项卡2*/
    #Tab2{
	width:1002px;
	padding:0px;
	margin:0 auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
    /*菜单class*/
    .Menubox {
	width:116px;
	height:112px;
	line-height:28px;
	background-image: url(../images/126mail2_080502093624.gif);
	background-repeat: repeat-y;
    }
    .Menubox ul{
	margin:0px;
	padding:0px;
	cursor: pointer;
    }
    .Menubox li{
    float:left;
    display:block;
    cursor:pointer;
    width:114px;
    text-align:center;
    color:#949694;
    font-weight:bold;
    }
    .Menubox ul.hover{
	padding:0px;
	width:116px;
	color:#739242;
	font-weight:bold;
	height:27px;
	line-height:27px;
	background-image: url(../images/126mail3_080502093744.gif);
	background-repeat: repeat-y;
	border: 1px solid #739242;
    }
    .Contentbox{
	clear:both;
	margin-top:0px;
	text-align:center;
	padding-top:8px;
	width: 100%;
	height: 100%;
	border: 1px solid #999999;
    }
