﻿/*选项卡1*/
#Tab5{
width:978px;
margin:0px;
padding:0px;
margin:0 auto;
position: absolute;
left: 0px;
top:0px;
}


/*菜单class*/
.Menubox5 {
width:100%;
background:url(../images/1_1.gif);
height:28px;
line-height:28px;
}
.Menubox5 ul{
margin:0px;
padding:0px;
}
.Menubox5 li{
float:left;
display:block;
cursor:pointer;
width:81px;
text-align:center;
color:#949694;
font-size:13px;
/*font-weight:bold;

*/
}
.Menubox5 li.hover{
padding:0px;
background:#fff;
width:81px;
border-left:1px solid #cfcfcf;
border-top:1px solid #cfcfcf;
border-right:1px solid #cfcfcf;
background:url(../images/1_1.gif); 
/*background:#f2f8ff;*/
color:#2650BB;
font-weight:bold;
font-size:14px;
height:27px;
line-height:27px;
}
.Contentbox5{
clear:both;
margin-top:0px;
border:1px solid #cfcfcf;
background:#f2f8ff;
border-top:none;
height:30px;
text-align:left;
padding-top:8px;
}
