/*===放标签的层===*/

div.gbl201_out{
white-space:nowrap;
overflow:hidden;
height:28px;
position:relative;
margin:0;
}
 
div.gbl201_out ul.gblable{            
margin:0;
padding:0;
}

/*===切换标签的样式
=====必须指定边框编号防止冲突
===*/

li.gbl201{
list-style-type:none;
float:left;
width:125px;
height:32px;
margin:0;
color:#555;
text-align:center;
font:12px/32px 'microsoft yahei';
cursor:pointer;
}

/*===切换标签当前选中的样式===*/


li.x{
border-bottom:0 none;
background:url(../images/noticetab.png) 50% 0 no-repeat;
margin-top:-2px;
}

li.gbl201_current{
list-style-type:none;
float:left;
width:125px;
height:32px;
margin:0px 0px 0px -1px;
color:#a42427;
font-weight:bold;
text-align:center;
background:url(../images/noticetab.png) 50% -1px no-repeat;
font:12px/32px 'microsoft yahei';
cursor:pointer;
}

/*===more区域样式===*/

div.gbl201_more{
float:right;
}

div.gbl201_more a{
font:12px/32px 'microsoft yahei';
color:#555;
margin-right:3px
}

