#m-top {
    width: 900px;
    list-style: none;
    margin: 20px auto 10px;
    height: 43px;
    padding: 0px 20px 0px 20px;
    /* Rounded Corners */
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    /* Background color and gradients */
    background: #EAEAEA;
    /*background: -moz-linear-gradient(top, #EAE7E7, #E1DEDE);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EAE7E7), to(#E1DEDE));*/
    /* Borders */
    border: 1px solid #D3D3D3;
    -moz-box-shadow: inset 0px 0px 1px #edf9ff;
    -webkit-box-shadow: inset 0px 0px 1px #edf9ff;
    box-shadow: inset 0px 0px 1px #edf9ff;
    text-align: center;
}

#m-top ul {
    width: 200px;
    margin: 0px auto;
    font-size: 14px;
    font-weight: bold;
    padding-left: 5px;
    text-align: center;
}

#m-top li {
    padding: 8px 15px;  
    margin-right:-5px;  
    margin-top:8px;  
    border:none;
    display: inline-block;
    border-left: 1px solid #FEFEFE;
    border-right: 1px solid #FEFEFE;
    width: 50px;
}

#m-top li:hover {
    background: -moz-linear-gradient(top, #E1DEDE, #EAE7E7);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E1DEDE), to(#EAE7E7));
}

#m-top li a {
    text-decoration:none;
    margin: 0 1px;
    color: #767676;
    text-shadow: 1px 1px 1px #FFFFFF;
    font-family: Arial;
}