#archHome {
   width:130px;
   font-size:16px;
   margin-left:34px;
   text-align:center;
   color:#e0ad4b;
   float:left;
}

#archHome a {
   display:block;
   width:130px; /* For IE6 to mouseover all the way */
   text-decoration:none;   
   color:#fff;  
   padding:11px 0px 9px 0px;
}

#archHome a:hover {
   display:block;
   width:130px; /* For IE6 to mouseover all the way */
   text-decoration:none;   
   color:#fff;  
   padding:11px 0px 9px 0px;
   background-color:#a88e5a;
}

#archAbout {
   width:202px;
   font-size:16px;
   margin-left:5px;
   text-align:center;
   color:#e0ad4b;
   float:left;
}

#archAbout a {
   display:block;
   width:202px; /* For IE6 to mouseover all the way */
   text-decoration:none;   
   color:#fff;  
   padding:11px 0px 9px 0px;
}

#archAbout a:hover {
   display:block;
   width:202px; /* For IE6 to mouseover all the way */
   text-decoration:none;   
   color:#fff;  
   padding:11px 0px 9px 0px;
   background-color:#a88e5a;
}

#archPriv {
   width:222px;
   font-size:16px;
   margin-left:5px;
   text-align:center;
   color:#e0ad4b;
   float:left;
}

#archPriv a {
   display:block;
   width:222px; /* For IE6 to mouseover all the way */
   text-decoration:none;   
   color:#fff;  
   padding:11px 0px 9px 0px;
}

#archPriv a:hover {
   display:block;
   width:222px; /* For IE6 to mouseover all the way */
   text-decoration:none;   
   color:#fff;  
   padding:11px 0px 9px 0px;
   background-color:#a88e5a;
}