#menu2  {
text-align: center;
padding-top:6px;
}

#menu2 A {
color: darkgoldenrod;
font-family: arial, sans-serif;
text-decoration: none;
font-weight: normal;
font-size:12px;
}

#menu2 A:hover {
font-family: arial, sans-serif;
text-decoration: none;
font-weight: normal;
color: yellow;
font-size:12px;

}


