table.gmenu
{
position: relative;
left: 0px;
width: 800px;
top: 0px;
border-top: 0;
border-right: 0;
border-bottom: 0;
border-left: 0;
border-color:lightcyan;
border-style: none;
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
margin-left: 0;
padding-top: 0;
padding-right: 0;
padding-bottom: 0;
padding-left: 0;
}
td a.gmenu {
display: block;
background: orange;
color: black;
font-family: Verdana;
font-size: small;
text-decoration: none;
}
font.link {
display: block;
background: orange;
color: black;
font-family: Verdana;
font-size: small;
text-decoration: none;
font-weight: bold;
}
td a.gmenu:hover {
background: orange;
color: black;
text-decoration: none;
font-family: Verdana;
font-size: small;
}
div.submenu {
display: block;
background: aliceblue;
}
.submenu a {
display: block;
background: blanchedalmond;
color: black;
border: 1px;
border-color: black;
border-style: solid;
padding: 2px;
font-family: Verdana;
font-size: small;
text-decoration: none;
}
.submenu a:hover {
background: white;
color: black;
border: 1px;
border-color: black;
border-style: solid;
padding: 2px;
font-family: Verdana;
font-size: small;
text-decoration: none;
}
div.level2menu {
	display: block;
}
.level2menu a {
display: block;
background: blanchedalmond;
color: black;
border: 1px;
border-color: black;
border-style: solid;
padding: 2px;
text-decoration: none;
font-family: Verdana;
font-size: small;
}
font.link2 {
display: block;
background: blanchedalmond;
color: black;
border: 1px;
border-color: black;
border-style: solid;
padding: 2px;
text-decoration: none;
font-family: Verdana;
font-size: small;
font-weight: bold;
}
.level2menu a:hover {
background: white;
border: 1px;
border-color: black;
border-style: solid;
padding: 2px;
text-decoration: none;
font-family: Verdana;
font-size: small;
}
