table.gmenu
{
background: transparent;
position: relative;
left: 0px;
top: 0px;
border-top: 0;
border-right: 0;
border-bottom: 0;
border-left: 0;
border-style: groove;
}
td a.gmenu {
display: block;
width: 100px;
background: royalblue;
color: white;
font-size: medium;
font-weight: 400;
text-decoration: none;
border-top: 0;
border-right: 0;
border-bottom: 0;
border-left: 0;
}
td a.gmenu:hover {
width: 100px;
background: transparent;
color: lightgrey;
font-size: medium;
font-weight: 400;
text-decoration: underline;
}
div.submenu {
display: block;
width: 100px;
}
.submenu a {
width: 100px;
display: block;
background: snow;
color: black;
font-size: small;
font-weight: 400;
text-decoration: none;
}
.submenu a:hover {
width: 100px;
background: lightgrey;
color: black;
font-size: small;
font-weight: 400;
text-decoration: underline;
}
div.level2menu {
display: block;
}
.level2menu a {
width: 100px;
display: block;
text-decoration: none;
}
.level2menu a:hover {
width: 100px;
text-decoration: none;
}
