#nav {  
     background:url("/images/global/mainmenu.gif") 0 0 no-repeat;  
     width:800px;  
     height:52px;  
     margin:0;  
     padding:0;  
}  
#nav li span {
     display: none;
}  

#nav li {
     float:left;
     list-style:none;
     position:relative;
}  
#nav li, #nav a {  
     height:52px;
     display:block;  
     margin:0;  
     padding:0;  
}
li#about {
     width:166px;
}
li#helpsservice {
     width:202px;
}
li#growthoutreach {
     width:247px;
}
li#getinvolved {
     width:185px;
}

#about a:hover {
     background:url("/images/global/mainmenu.gif") -0px  -52px no-repeat;
}  
#helpsservice a:hover {
     background:url("/images/global/mainmenu.gif") -166px  -52px no-repeat;
}  
#growthoutreach a:hover {
     background:url("/images/global/mainmenu.gif") -368px  -52px no-repeat;
}  
#getinvolved a:hover {
     background:url("/images/global/mainmenu.gif") -615px  -52px no-repeat;
}  


#home {  
     background:url("/images/global/headerlink.gif") 0 0 no-repeat;  
     width:800px;
     height:103px;  
     margin:0;  
     padding:0;  
}  
#home li span {
     display: none;
}  

#home li {
     float:left;
     list-style:none;
     position:relative;
}  
#home li, #home a {  
     height:103px;
     display:block;  
     margin:0;  
     padding:0;  
}
li#index {
     margin-bottom:0px;
     width:800px;
}

#index a:hover {
     background:url("/images/global/headerlink.gif") -0px  -103px no-repeat;
}  
 
