A.menulink {
display: block;
width: 97%;
text-align: center;
text-decoration: none;
font-size:10px;
color:#E10000;
border-top: solid 1px #000000;
border-bottom: solid 1px #000000;
background-color:#ffffff;
font-weight:bold;
}
A.menulink:hover {
display: block;
width: 97%;
text-align: center;
text-decoration: none;
font-size:10px;
color: #ffffff;
background-color:#E10000;
font-weight:bold;
}
A.menulink_current {
display: block;
width: 97%;
text-align: center;
text-decoration: none;
font-size:10px;
color: #ffffff;
border-top: solid 1px #000000;
border-bottom: solid 1px #000000;
background-color:#E10000;
font-weight:bold;
}
.header_menu_table{
background-color:#ffffff;
}
