/* Menu CSS */

/* not configurable */
.menuitemtoplevel {
  text-align: center;
  text-decoration: none;
  display: block;
  line-height: 23px;
  padding-left: 4px;
  padding-right: 4px;
}

/* configurable */
.menuitemtoplevel:link, .menuitemtoplevel:visited, .menuitemtoplevel:active {
  font-family: arial;
  font-size: 11pt;
  font-weight: bold;
  background-image: url(../images/menubackground.gif); 
  height: 23px;
  color: white;
  /* not configurable */
  text-decoration: none;
}

/* not configurable */
.menuitemtoplevel:hover {
  text-decoration: none;
}

.menupanel {
  /* not configurable */
  visibility: hidden;
  position: absolute;
  z-index: 100;
  /* configurable */
  background-color: #4ABD4A;
  border-left: 1px solid #808080;  
  border-right: 1px solid #808080;  
  border-bottom: 1px solid #808080;  
  width: 180px;
}

.menuitem {
  /* not configurable */
  display: block;
  width: 100%;
  /* configurable */
  background-color: white; 
  font-family: Verdana;
  font-size: 8pt;
  text-align: left;
  line-height: 23px;
  color: white;
  text-decoration: none;
}

.menuitem:link, .menuitem:visited, .menuitem:active {
  color: white;
  text-decoration: none;
}

.menuitem:hover {
  text-decoration: none;
}

