#Menu .amad ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#Menu .amad ul li {
    border: 2px solid #dc6000;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 3px;
    margin-bottom: 3px;
}

#Menu .amad ul li a {
    background-position: 50% 50%;
    background-size: auto;
    color: #ffffff;
    display: block;
    position: relative;
    width: 156px;
    height: 156px;
}

#Menu .amad .aTitle {
    background: rgb(220, 96, 0);
    background: rgba(220, 96, 0, 0.8);
    bottom: 0;
    overflow: hidden;
    padding: 3px;
    position: absolute;
    text-overflow:ellipsis;
    width: 150px;
    height:30px;
}