div.toolbar{
    width:770px;
    height:27px;
    margin:0;
    padding:0;
    background: white url('images/menu_bg.jpg') 0 0 repeat-x;
}
.toolbar ul{
    display:block;
    height:27px;
    margin:0;
    padding:0;
}
.toolbar a{
    display:block;
    height:27px;
    background-position: top left;
    background-repeat: no-repeat;
    margin:0;
    padding:0;
}
.toolbar span{
    display:none;
}
.toolbar li{
    display: block;
    float:left;
    height:27px;
    margin:0;
    padding:0;
}
.toolbar .bookmark a{ 
    width:80px; 
    background: url('images/bookmark.jpg') top left no-repeat;
}
.toolbar .makenew a{ 
    width:65px;  
    background: url('images/makenew.jpg') top left no-repeat; 
}
.toolbar .manage a{ 
    width:103px;  
    background: url('images/manage.jpg') top left no-repeat; 
}
.toolbar .print a{ 
    width:53px;  
    background: url('images/print.jpg') top left no-repeat; 
}
.toolbar .search a{ 
    width:133px;  
    background: url('images/search.jpg') top left no-repeat; 
}
.toolbar .sendpage a{ 
    width:92px;  
    background: url('images/sendpage.jpg') top left no-repeat; 
}
.toolbar .signup a{ 
    width:70px;  
    background: url('images/signup.jpg') top left no-repeat; 
}

