@charset "UTF-8";
/* CSS Document */

#leftMenu {
    position: absolute;
    top: 0px;
    width: 130px;
}

#leftMenu li {
    list-style: none;
    margin: 10px 0;
}


#leftMenu li:first-child {
    margin: 0;
}

#leftMenu li:last-child {
    margin: 16px 0 0;
}

#leftMenu li:hover {
    cursor: pointer;
}

#leftMenu li a {
}

#leftMenu li img {
    border: none;
}

#home {
    background-image: url(../images/sprite-home.gif);
    background-size: 52px, 29px;
    width: 52px;
    height: 29px;
}

#home:hover {
    background-position: 0 -29px;
}

#backhome {
    background-image: url(../images/sprite-backhome.gif);
    background-size: 91px, 24px;
    width: 91px;
    height: 24px;
}

#backhome:hover {
    background-position: 0 -24px;
}

#work {
    background-image: url(../images/sprite-work.gif);
    background-size: 108px, 34px;
    width: 108px;
    height: 34px;
}

#work:hover {
    background-position: 0 -34px;
}

#phdiary {
    background-image: url(../images/sprite-phdiary.gif);
    background-size: 90px, 33px;
    width: 90px;
    height: 33px;
}

#phdiary:hover {
    background-position: 0 -33px;
}

#illustration {
    background-image: url(../images/sprite-illustration.gif);
    background-size: 87px, 27px;
    width: 87px;
    height: 27px;
}

#illustration:hover {
    background-position: 0 -27px;
}

#mgraphics {
    background-image: url(../images/sprite-mgraphics.gif);
    background-size: 131px, 33px;
    width: 131px;
    height: 33px;
}

#mgraphics:hover {
    background-position: 0 -33px;
}

#pharchives {
    background-image: url(../images/sprite-pharchives.gif);
    background-size: 111px, 34px;
    width: 111px;
    height: 34px;
}

#pharchives:hover {
    background-position: 0 -34px;
}

#aboutme {
    background-image: url(../images/sprite-aboutme.gif);
    background-size: 80px, 29px;
    width: 80px;
    height: 29px;
}

#aboutme:hover {
    background-position: 0 -29px;
}

#contact {
    background-image: url(../images/sprite-contact.gif);
    background-size: 60px, 24px;
    width: 60px;
    height: 24px;
}

#contact:hover {
    background-position: 0 -24px;
}
