table.navbar {
}
table.navbar td {
   border: 1px solid black;
}
table.navbar td a{
   display: block;
   padding: 3px;
   text-decoration: none;
}
table.navbar td a:link, table.navbar td a:visited {
}
table.navbar td a:hover, table.navbar td a:active {
   color: yellow;
   background-color: #A90000;
}

table.mnavbar {
}
table.mnavbar td {
}
table.mnavbar td a{
   display: block;
   text-decoration: none;
}
table.mnavbar td a:link, table.mnavbar td a:visited {
}
table.mnavbar td a:hover, table.mnavbar td a:active {
   color: yellow;
   background-color: #A90000;
}

table.lnavbar {
}
table.lnavbar td {
}
table.lnavbar td a{
   display: block;
   text-decoration: none;
}
table.lnavbar td a:link, table.lnavbar td a:visited {
   color: blue
}
table.lnavbar td a:hover, table.lnavbar td a:active {
   color: red;
   background-color: yellow;
}
