/*===放标签的层===*/

div.gbl201_out{
white-space:nowrap;
overflow:hidden;
height:45px;
position:relative;
color: #fff; text-align:center;
text-decoration: none;
background:#fff;

}

 
div.gbl201_out ul.gblable{            
margin:0;
padding:0;
}

/*===切换标签的样式
=====必须指定边框编号防止冲突
===*/

li.gbl201{
list-style-type:none;
float:left;
color: #fff; 
font:14px/45px microsoft yahei;
height:45px;
background:#081451;
text-align:center;
margin:0px 10px 0px 15px;
width:246px;
cursor:pointer;
}

/*===切换标签当前选中的样式===*/


li.gbl201_current{
list-style-type:none;
float:left;
color: #fff; 
text-decoration: none;
margin:0px 10px 0px 15px;
font: bold 16px/45px microsoft yahei;
height:45px;
background:#091451;
width:246px;
cursor:pointer;
}


/*===more区域样式===*/

div.gbl201_more{
float:right;
}

div.gbl201_more a{
font:12px/28px simsun;
color:#555;
margin-right:3px
}

