#menu ul {
    list-style-type:none;
    margin:0px;
}
#menu li {
    float:left;
    margin-right:10px;
}
#menu li a {
    height: 31px;
    text-decoration:none;
    display:block;
}
a.menu-home {
    width: 94px;
    background: url('../menu/home.gif') 0 0 no-repeat;
}
a:hover.menu-home {
    background-position: -94px 0;
}
a.menu-projects {
    width: 134px;
    background: url('../menu/projects.gif') 0 0 no-repeat;
}
a:hover.menu-projects {
    background-position: -134px 0;
}
a.menu-services {
    width: 100px;
    background: url('../menu/services.gif') 0 0 no-repeat;
}
a:hover.menu-services {
    background-position: -100px 0;
}
a.menu-theteam {
    width: 87px;
    background: url('../menu/theteam.gif') 0 0 no-repeat;
}
a:hover.menu-theteam {
    background-position: -87px 0;
}

a.menu-contact {
    width: 113px;
    background: url('../menu/contact.gif') 0 0 no-repeat;
}
a:hover.menu-contact {
    background-position: -113px 0;
}
