.menuBack {
  position: absolute;
  visibility: hidden;
  border: solid 1px;
  border-left-color:#00806F;
  border-top-color:#00806F;
  border-bottom-color:#000000;
  border-right-color:#000000;
  margin: 0px 0px 0px 0px;
  overflow:none;
  z-Index:1000;
  }

.menuBorder {
  position: relative;
  left:0px;
  top:0px;
  visibility: inherit;
  background-color:#00806F;
  color: #000000;
  border: solid 1px;
  border-left-color:#76B4B1;
  border-top-color:#76B4B1;
  border-bottom-color:#033E3B;
  border-right-color:#033E3B;
  margin: 0px 0px 0px 0px;
  overflow:none;
  }

.menuItem {
  position: relative;
  left: 0px;
  top: 0px;
  width: 40px;
  text-align: left;
  background-color: transparent;
  color: #000000;
  visibility: inherit;
  font-family : Arial; 
  font-size : 9 pt;
  font-weight: bold;
  margin: 0px 0px 0px 0px;
  cursor: default;
  overflow:none;
}

.menuTitle {
  position: relative;
  left: 0px;
  top: 0px;
  width:80;
  text-align: center;
  background-color: #044A46;
  color: #FFFFFF;
  visibility: inherit;
  font-family : Arial; 
  font-size : 10 pt;
  font-weight: bold;
  margin: 0px 0px 0px 0px;
  cursor: hand;
  overflow:none;
}

.separator {
  position: relative;
  left: 2px;
  top: 0px;
  margin: -5px 0px -5px 0px;
  padding-right: 2px;
  visibility: inherit;
  cursor: default;
}
.sepclr {
  color: #033E3B;
  border-bottom: 1px solid #76B4B1;
  width:96%;
}

all.netmenuBorder {
  border-style: outset;
  border-width: 2pt;
  border-color:#00806F;
  }

all.netmenuItem {
  color:#000000;
  text-decoration: none;
  font-family: Arial;
  font-size: 9pt;
  font-weight: bold;
}

all.netmenuTitle{
  font-family : Arial; 
  text-decoration: none;
  text-align:center;
  font-size: 10pt;
  font-weight: bold;
  background-color:#044A46;
  color: #FFFFFF;
}

all.netseparator {
 margin-top: 5pt;
}

all.ttip {
  color:#000000;
  font-family: Arial;
  font-size: 9pt;
  font-weight:bold;
  border-style: solid;
  border-width: 1pt;
  border-color:#000000;
}