<style>
*{
padding:0px;
margin:0px;
}
ul{
list-style-type:none;
}
#noContent{
color:white;
margin:0 auto;
}
#noContent ul li{
background:rgba(41,37,34,0.9);
border-radius:3px;
margin-right:5px;
list-style-type: none;
cursor:pointer;
padding:5px;
display:inline;

}
#noContent{
 text-align: center;
}
#noContent:after{
content:'';
display:block;
clear:both;

}

#noContent ul .current{
background:rgba(36,145,178,0.9);
cursor:default;

}
#categoryContent ul:after{
content:"";
clear:both;
display:block;
visibility:none;


}
#categoryContent ul {
border-bottom: 1px solid #009DF5;
}
#categoryContent ul li{
font: 12px/20px "微软雅黑",arial;
margin-right:1px;
text-align:center;
line-height:28px;
height:27px;
background:#FFFFFF;
border-right:soild #E9E9E9 1px;
cursor:pointer;
width: 86px;
float:left;
}
#categoryContent ul .current{
color:#FFFFFF;
background:#009DF5;
}


</style>