.top_menu td
{
height: 20px;
padding-left: 15px;
padding-right: 15px;
}

.top_menu td a
{
color: black;
text-decoration: none;
text-transform: uppercase;
font-size: 13px;
}

.top_menu td.selected
{
background-color: #061b34
}

.top_menu td.selected a
{
color: white;
}

.top_menu td a:hover
{
color: white;
}