a.menu {
   background: transparent;
   color: white;
   text-decoration: none;
}

a.menu2 {
   background: transparent;
   color: gray;
   text-decoration: none;	
}

.menuitem {
   height: 17px; 
   width: 100%;
   padding-bottom: 3px;
}

#about {
   position: absolute;
   top: 127px;
   left: 0px;
   background: #557292;
   width: 207px;
   color: white;
   height: 20px;
   font-size: 14px;
   text-align: center;  
}

#aboutchild {
   position: absolute;
   top: 147px;
   left: 0px;
   width: 207px;
   background: #93A8BF;
   color: white;
   visibility: hidden;
   z-index: 5;
}

#news {
   position: absolute;
   top: 127px;
   left: 414px;
   background: #6E9C32;
   width: 207px;
   color: white;
   height: 20px;
   font-size: 14px;
   text-align: center;    
}

#newschild {
   position: absolute;
   top: 147px;
   left: 414px;
   background: #9FCC62;
   width: 207px;
   color: white;  
   visibility: hidden;
   z-index: 5;
}

#prayer {
   position: absolute;
   top: 127px;
   left: 207px;
   background: #469895;
   width: 207px;
   color: white;
   height: 20px;
   font-size: 14px;
   text-align: center;
}

#prayerchild {
   position: absolute;
   top: 147px;
   left: 207px;
   width: 207px;
   background: #81C5C2;
   color: white;  
   visibility: hidden;
   z-index: 5;
}

#resources {
   position: absolute;
   top: 127px;
   left: 621px;
   background: #DED90E;
   width: 207px;
   color: white;
   height: 20px;
   font-size: 14px;
   text-align: center;    
}

#resourceschild {
   position: absolute;
   top: 147px;
   left: 621px;
   background: #F3EF4B;
   width: 207px;
   color: gray;
   visibility: hidden;  
   z-index: 5;
}

#volunteer {
   position: absolute;
   top: 127px;
   left: 828px;
   background: #E48D16;
   width: 204px;
   color: white;
   height: 20px;
   font-size: 14px;
   text-align: center;    
}

#volunteerchild {
   position: absolute;
   top: 147px;
   left: 828px;
   background: #F0B768;
   width: 204px;
   color: white;
   visibility: hidden;  
   z-index: 5;
}
