td.menu {
vertical-align: middle;
line-height: 180%;
}
td.menu a {
vertical-align: text-bottom;
color: #000;
}
.menu a {
padding: 7px 12px;
text-decoration: none;
border-radius: 4px;
display:inline-block;
background-color: #F0F0F0;
border: solid 1px #E8E8E8;
line-height: 100%;
color: inherit;
}
.menu a.active {
background-color: #DDD;
}
.menu a:hover {
background-color: #265d95;
color: #FFF;
text-decoration: none;
}