#tabs5 {
 height: 224px;
 width: 250px;
 background-color: #F3F2F0;
}
.tabs5_1{
	height:150px;
}
.menu5{
 width: 250px;
 height:26px;
}
.menu5 li{
 display:block;
 float: left;
 width:100px;
 text-align: center;
 cursor:pointer;
 background:url(../images/tab3_2.gif);
 height:27px;
 background-repeat:repeat-x;
 width:86px;
 font-family:"宋体";
 font-size:14px;
 color:#ffffff;
 font-weight:bold;
 padding-left:0px;
}
.menu5 li.hover{
 background: #f2f6fb;
 background:url(../images/tab3_1.gif);
 background-repeat:repeat-x;
 width:86px;
 height:27px;
 font-family:"宋体";
 font-size:14px;
 font-weight:bold;
 color:#00469B;
 padding-left:0px;
 }
#main5 ul{
 display: none;
}
#main5 ul.block{
 display: block;
}
#menu5{
	background-image:url(../images/tab3_bg.gif);
	background-repeat:repeat-x;
	width:250px;
	height:27px;
}
.li3{
	font-family:"宋体";
	font-size:12px;
	color:#333333;
	margin-left:10px;
}