#menu-footer {
    width: 100%;
    position: relative;
    top: 5px;
    right: 0;
    margin-bottom:50px;
    width:620px;
}

#menu-footer ul {
    width:100%;
}

#menu-footer ul li {
    float: right;
}
#menu-footer ul li a {
    xfloat: right;
    color:#4D4C4C;
    font-size:12px;
    line-height:18px;
    text-decoration:none;
}
#menu-footer ul li a:hover {
    text-decoration:underline;
}
#menu-footer ul.row1 li a {
    font-weight:bold;
}

#menu-footer ul li.last span {
    display:none;
}


#menu-footer ul li span {
    xfloat: right;
    color:#4D4C4C;
    font-size:12px;
    line-height:18px;
    padding:0 4px;
}

