/*!
* ZuSa Navigations Menu Style
* 
----------------------------------*/

#menu_container {
    background: url("/images/menu/background.png");
    width: 65px;
    height: 260px;
    position: absolute;
    right: 0px;
    padding-left: 55px;
    padding-top: 8px;
    top: 0px;
    z-index: 30;
}

#menu_container_bottom {
    background: url("/images/menu/background_bottom.png");
    background-repeat: no-repeat;
    width: 65px;
    height: 30px;
    position: absolute;
    right: 0px;
    top: 260px;
    padding-left: 55px;
    padding-top: 8px;
    z-index: 30;
}

.top_item {
    position: absolute;
    left: 30px;
    width: 62px;
    height: 60px;
    overflow: hidden;
}

#top1 {
    top: 30px;
}

#top2 {
    top: 90px;
}

#top3 {
    top: 150px;
}

#top4 {
    top: 210px;
}

#img_button1 {
    background: url("/images/menu/button_01_off.png");
}

#img_button2 {
    background: url("/images/menu/button_02_off.png");
}

#img_button3 {
    background: url("/images/menu/button_03_off.png");
}

#img_button4 {
    background: url("/images/menu/button_04_off.png");
}

.menu_button {
    height: 58px;
    width: 62px;
}

.menu_click {
    cursor: pointer;
}

.ul_head {
    position: absolute;
    width: 150px;
    height: 40px;
    left: 65px;
    top: 0px;
    float: left;
    color: black;
    font-size: 1.25em;
    font-weight: normal;
    font-family: tinet;
    letter-spacing: 0.04em;
    transform: rotate(-1deg);
}

ul.menu {
    position: absolute;
    top: 40px;
    left: 70px;
    float: left;
    cursor: pointer;
    display: none;
    font-family: asap;
    font-size: 0.9em;
    clear:both;
}

ul.menu li {
    display: list-item;
    list-style: circle outside none;
    margin-bottom: -0.2em;
    margin-left: 10px;
    transform: rotate(-1deg);
}

ul.menu li:hover,
ul.menu li:focus {
    font-family: asapbold;
    color: #d7001c;
}
