﻿div,ul,li{
padding:0;
}
body{
font:12px "宋体";
}
a:link{
color:#00F;
text-decoration:none;
}
a:visited {
color: #333;
text-decoration:none;
}
a:hover {
color: #c00;
text-decoration:underline;
}
ul{ list-style:none;}
/*选项卡*/
#Tab1{
width:640px;
margin:0px;
padding:0px;
margin:0 auto;}
/*菜单class*/
.Menubox {
width:100%;
background:url(../images/colume_menu_b.gif);
height:26px;
line-height:26px;
}
.Menubox ul{
margin:0px;
padding:0px;
}
.Menubox li{
float:left;
display:block;
cursor:pointer;
width:158px;
text-align:center;
color:#d27e00;
}
.Menubox li.hover{
padding:0px;
background:#fff;
width:160px;
border-left:1px solid #A8C29F;
border-top:1px solid #A8C29F;
border-right:1px solid #A8C29F;
background:url(../images/colume_menu_a.gif);
color:#009900;
height:25px;
line-height:25px;
font-weight:bold;
}
.Contentbox{
clear:both;
margin-top:0px;
border:1px solid #A8C29F;
border-top:none;
text-align:center;
padding:10px 10px 20px 20px;
}
