table.gmenu
{
background: black;
position: relative;
left: 0px;
top: 0px;
border-top: 1;
border-right: 1;
border-bottom: 1;
border-left: 1;
border-color:darkgreen;
}
td a.gmenu {
display: block;
width: 100px;
background: black;
color: white;
font-family: Arial;
font-size: small;
text-decoration: none;
}
td a.gmenu:hover {
width: 100px;
background: white;
color: darkgreen;
font-family: Arial;
font-size: normal;
font-weight: 200;
text-decoration: none;
}
div.submenu {
display: block;
width: 100px;
}
.submenu a {
width: 100px;
display: block;
text-decoration: none;
}
.submenu a:hover {
width: 100px;
text-decoration: none;
}
div.level2menu {
display: block;
}
.level2menu a {
width: 100px;
display: block;
text-decoration: none;
}
.level2menu a:hover {
width: 100px;
text-decoration: none;
}
