.design_box{
    width: 100%;
    height: 30px;
    background-color: #F0F0F0;
}
.design_border{
    border:0px solid red;
    height: 50px;
    width: 98%;
    margin:0 auto;
    margin-bottom: 20px;
}
.design_border a{
    /*width: 112px;*/
    color: #696969;
    margin: 4px;
    padding: 0 8px;
    line-height: 24px;
    display: block;
    float: left;
    border-radius: 2px;
    box-shadow: 0 1px 2px 0 rgba(210,210,210,.31);
    -webkit-box-shadow: 0 1px 2px 0 rgba(180,180,180,.5);
    border-top: 1px solid #EEE;
    overflow:hidden;
    white-space: nowrap;
}
.design_border a span{
    display: block;
    height: 24px;
    overflow: hidden;
    zoom: 1;
    float: left;
}
.design_border a:hover{
    color: #ffffff;
    background-color: #1d6cef;
    -webkit-box-shadow: 0 1px 2px 0 rgba(180,180,180,.5);

}