a:link{
text-decoration:none;
}
a:visited {
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
ul{ list-style:none;}
/*选项卡2*/
#Tab2{
width:430px;
margin:0px;
padding:0px;
margin:4px auto;
}
/*菜单class*/
.Menubox {
width:430px;
background:url(../images/backtabs.gif);
height:28px;
line-height:28px;
}
.Menubox ul{
margin:0px;
padding:0px;
}
.Menubox li{
float:left;
display:block;
cursor:pointer;
width:120px;
text-align:center;
color:#333;
font-weight:bold;
}
.Menubox li.hover{
padding:0px;
background:#fff;
width:120px;
border-left:1px solid #909090;
border-top:1px solid #909090;
border-right:1px solid #909090;
background:url(../images/backtabs1.gif);
color:#333;
font-weight:bold;
height:27px;
line-height:27px;
}
.Contentbox{
clear:both;
margin-top:0px;
border:1px solid #909090;
border-top:none;
height:244px;
text-align:left;
padding:0px;
background-color:#FFF;
}
