#Tab1 a:link{
color:#00F;
text-decoration:none;
}
#Tab1 a:visited {
color: #00F;
text-decoration:none;
}
#Tab1 a:hover {
color: #c00;
text-decoration:underline;
}
#Tab1 ul{ list-style:none;}
/*选项卡1*/
#Tab1{
width:460px;
margin:0px;
padding:0px;
margin:0 auto;}
/*选项卡2*/
#Tab2{
width:500px;
margin:0px;
padding:0px;
margin:0 auto;}
/*菜单class*/
.Menubox {
height:28px;
line-height:28px;
background:url(kg.gif);
}
.Menubox ul{
width:500px;
border-right: #DEDEDE 1px solid;
border-left: #DEDEDE 1px solid;
margin:0px;
padding:0px;
}
.Menubox li{
float:left;
display:block;
cursor:pointer;
background:url(bg.gif);
width:135px;
text-align:center;
color:#949694;
font-weight:bold;
}
.Menubox li.hover{
padding:0px;
background:#fff;
width:137px;
border-top:1px solid #DEDEDE;
border-right:1px solid #DEDEDE;
background:url(mg.gif);
color:#739242;
font-weight:bold;
height:27px;
line-height:27px;
}
.Contentbox{
clear:both;
margin-top:0px;
border:1px solid #DEDEDE;
width: 490px;
border-top:none;
padding:5px;
}