#menu a {
    text-decoration:none;
    display:block;
}
#portfolio {
    width:316px;
    height:58px;
    z-index:1;
    background:url('menu/portfolio.png');
    background-position:0px;
}
a.portfolio {
    width:122px;
    height:58px;

}

#contact {
    margin-top:-25px;
    width:316px;
    height:56px;
    
    background:url('menu/contact.png');
}
a.contact {
    margin-left:157px;
    width:157px;
    height:56px;
}
#quote {
    margin-top:-5px;
    height:93px;
}
a.quote {
    width:218px;
    height:93px;
    background:url('menu/quote.png');
}
a:hover.quote {
    background-position:-218px;
}