DIV#menutop{
  font-size: 18pt;
  font-weight: bold;
  text-align: left;
  margin-bottom: 1em;
  border-bottom: 3px solid #99FF66;
}

DIV.menuitem{
  border: 1px solid lime;
  padding: 3px;
}

DIV.menuitem:hover {
  border: 1px solid lime;
  background: #CCFF66;
  padding: 3px;
}
  

A.menu:link, A.menu:active, A.menu:visited {
  color: #000000;
  font-family: sans;
  font-weight: bold;
  text-decoration: none;
  font-size: 12pt;
  font-style: normal;
}

A.menu:hover {
  color: blue;
  font-family: sans;
  font-weight: bold;
  text-decoration: none;
  font-size: 12pt;
  font-style: normal;
}

A.submenu:link, A.submenu:active, A.submenu:visited {
  color: green;
  font-family: sans;
  font-weight: normal;
  text-decoration: none;
  font-size: 10pt;
  font-style: italic;
}

A.submenu:hover {
  color: blue;
  font-family: sans;
  font-weight: normal;
  text-decoration: none;
  font-size: 10pt;
  font-style: italic;
}

DIV.menu{
  border: 1px solid lime; 
  background: #ECFFEC; 
  -moz-border-radius: 25px; 
  margin: 12px 12px 12px 12px; 
  padding: 12px 12px 12px 12px
}
