
html {
 background: rgb(20,0,0);
 color: rgb(195,204,255);
}

/* mainmenu CSS */
.menu-hidden {
    display: none;       /* Don't change. */
}
.menu-shown {
    display: block;      /* Don't change. */
}

.horizontal-expanding-submenu {
    position: absolute;
    margin-top: -1.5em;   /* Don't change. */
    margin-left: 95%;
}

.vertical-expanding-submenu {
    position: absolute;
    margin-left: 1em;    /* Don't change. */ 
}

.menu-link {
    color: rgb(128,255,128);
    text-decoration: none;
    background-color: inherit;
}
a.menu-link:link {
}
a.menu-link:visited {
}
a.menu-link:hover {
    text-decoration: underline;
}
a.menu-link:active {
}

/* .menu must come before the submenu classes */
.menu {
    background-color: rgb(20,0,0)    color: inherit;
    border: 2pt solid rgb(135,154,255);
    z-index: 1;
}

.submenu-lvl6 {
    background-color: rgb(20,0,0)}
.submenu-lvl5 {
    background-color: rgb(20,0,0)}
.submenu-lvl4 {
    background-color: rgb(20,0,0)}
.submenu-lvl3 {
    background-color: rgb(20,0,0)}
.submenu-lvl2 {
    font-size: 12pt;
    font-weight: bold;
    border: 1pt solid rgb(135,154,255);
    background-color: rgb(20,0,0)}
.submenu-lvl1 {
    color: rgb(135,154,255);
    font-size: 14pt;
    font-weight: normal;
    border: 2pt solid rgb(135,154,255);
    background-color: rgb(20,0,0)}
.submenu-lvl0 {
    background: rgb(20,0,0);
    color: rgb(195,204,255);
    width: 100%;
    font-size: 14pt;
    font-weight: bold;
    border: 2pt solid rgb(135,154,255);
}
.root-spacer-left {
}
.root-spacer-right {
 width: 30%;
}

.menu-leader {
  
}

.menu-leader a {
    color: black;
    background-color: inherit;
}


/* Septagram */
#septagram {
   margin-top: 100px;
   width: 100%;
   text-align: center;
}

#septagram-image {
  /*    height: 500px; */
  /*    width: 487px; */
 position: absolute;
 margin-top: 100px;
 margin-left: 200px;
}

.frequent-link img {
   border: none;
}

#frequent0-image {

}
#frequent0 {
  position: absolute;
  margin-top: 65px;
  margin-left: 215px;
}
#frequent1-image {

}
#frequent1 {
  position: absolute;
  margin-top: 5px;
  margin-left: 480px;
}
#frequent2-image {

}
#frequent2 {
  position: absolute;
  margin-top: 185px;
  margin-left: 695px;
}
#frequent3-image {

}
#frequent3 {
  position: absolute;
  margin-top: 430px;
  margin-left: 695px;
}
#frequent4-image {

}
#frequent4 {
  position: absolute;
  margin-top: 610px;
  margin-left: 480px;
}
#frequent5-image {

}
#frequent5 {
  position: absolute;
  margin-top: 545px;
  margin-left: 215px;
}
#frequent6-image {

}
#frequent6 {
  position: absolute;
  margin-top: 300px;
  margin-left: 105px;
}

#frequent-info {
  position: absolute;
  height: 290px;
  width: 320px;
  margin-top: 205px;
  margin-left: 300px;
}

#frequent-info-cell {
  vertical-align: middle;
  text-align: center;
  color: black;
  background-color: inherit;
  font: bold 14pt sans-serif;
}

#frequent-info-image-div {
  text-align: center;
  position: absolute;
  height: 290px;
  width: 300px;
  margin-top: 205px;
  margin-left: 300px;
}

#frequent-info-image {
  height: 100%;
}