/*公共样式--start*/
.navMenuContainer{
    display: table;   /* Allow the centering to work */
    /*margin: 0 auto;*/
    height:100%;
    margin:0 auto;
}

.navMenu{
    font-size : 14px;  
    display:table-cell;
    vertical-align:middle;
}

.navMenu ul li{
    list-style: none;
    float: left;
    padding : 1px 4px;
    height:24px;
    line-height:24px;
    text-align:center;
}

.eachBorder,.entiretyBorder{
    border-right : 1px dotted #CFC5C5;	
}

.navMenu ul li:last-child{
    border-right : 0px;
}

.navMenu ul li a,.footer ul li a{
	color: #fff;
    margin: 0 auto;
    text-decoration: none;
}

.navMenu ul li a:link{
    -webkit-font-smoothing: antialiased;
}