/*===放标签的层===*/

div.gbl201_out{
white-space:nowrap;
overflow:hidden;
height:54px;
padding:20PX;
position:relative;background:url(cp_rtbg.jpg) no-repeat right 18px;
}
 
div.gbl201_out ul.gblable{            
margin:0;
padding:0;
}

/*===切换标签的样式
=====必须指定边框编号防止冲突
===*/

li.gbl201{
list-style-type:none;
float:left;
width:120px;
height:46px;
color:#555;
text-align:center;
font:16px/46px 'Microsoft YaHei',Verdana, Arial,Sans-Serif;
background:url(cp_bor.gif) no-repeat right 18px;
cursor:pointer;
}

/*===切换标签当前选中的样式===*/


li.gbl201_current{
list-style-type:none;
float:left;
width:120px;
height:46px;
color:#4B9B03;
text-align:center;
font:16px/46px 'Microsoft YaHei',Verdana, Arial,Sans-Serif;
background:url(cp_bor.gif) no-repeat right 18px;
cursor:pointer;
}


/*===more区域样式===*/

div.gbl201_more{
float:right;
}

div.gbl201_more a{
font:16px/46px 'Microsoft YaHei',Verdana, Arial,Sans-Serif;
color:#555;
margin-right:3px
}

