@charset "UTF-8";
/* CSS Document */

/* Menu CSS */

/* not configurable */
.menuitemtoplevel {
  font-family: Arial;
  font-weight: bold;
  font-size: 9pt;
  text-align: center;
  line-height: 26px;
  text-decoration: none;
  display: block;
  padding-left: 4px;
  padding-right: 4px;
}

/* configurable */
.menuitemtoplevel:link, .menuitemtoplevel:visited, .menuitemtoplevel:active {
  background-image: url(menu-background.png);
  background-color: #666666;
  height: 26px;
  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-image: url(menu-background.png);
  background-color: #666666;
  width: 180px;
}

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

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

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

/* page style */

.mainmenu {
	border-bottom: 3px solid white; 
	border-left: 3px solid white; 
	border-right: 3px solid white;
}

.mainmenubackground {
	background-image: url(menu-background.png);
}

.menu {
  padding: 10px;
  font-family: Arial;
  font-size: 9pt;
  vertical-align: -6px;
  border: 0px;
}

.menu A:link, .menu A:visited, .menu A:active {
  color: black;
  background-color: transparent; 
  text-decoration: none;
}

.menu A:hover {
  color: red; 
  background-color: transparent; 
  text-decoration: underline;
}

