#myMenu ul {
    list-style: none;
}

#myMenuCenter {
    position: absolute;
    top: 0; left: 0; width: 150px; height: 100px;
    max-width: 150px; max-height: 100px;
}

.myMenuItem {
    position: absolute;
    width: 100%; height: 45px;
    color: white;
    opacity: 0.8;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .myMenuItem span {
        line-height: 45px;
        font-family: "�q���M�m���� Pro W3","HG����E","�l�r �o����","�l�r ����",serif;
        font-size: 9pt;
        margin-left: 5px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .myMenuItem:hover {
        opacity: 1;
    }

#myMenuItem01 {
    background: #d35400;
    left: 5px; top: 100px;
}
#myMenuItem02 {
    background: #2980b9;
    left: 5px; top: 150px;
}
#myMenuItem03 {
    background: #27ae60;
    left: 5px; top: 200px;
}
#myMenuItem04 {
    background: #8e44ad;
    left: 5px; top: 250px;
}
#myMenuItem05 {
    background: #7f8c8d;
    left: 5px; top: 300px;
}

.slideContainar {
    padding: 50px;
    color: white;
    font-size:0.5em;
    line-height: 1.2em;
}
.slideLogo {
    display:none; 
}
.slideContents {
    margin: 0 10px 0 10px;
    color: whitesmoke;
}