#menuBar {
  border-width: 0;
  background-color: #c6e2ff;
  color: #d0e8ff;
  padding: 6px 12px;
  position: absolute;
  left: 0;
  top: 20px;
  text-align: center;
  width: 100%;
  z-index: 100;
}

a.menuButton {
  border-width: 0;
  background-color: #99CCFF;
  color: #99CCFF;
  cursor: default;
  font-size: small;
  font-style: normal;
  font-weight: normal;
  padding: 0;
  padding-left: 6px;
  padding-right: 6px;
  position: relative;
  left: 0;
  top: 0;
  text-decoration: none;
}

a.menuButtonActive {
  border-width: 0;
  background-color: #6898FF;
  color: #ffffff;
  cursor: default;
  font-size: small;
  font-style: normal;
  font-weight: normal;
  padding: 0;
  padding-left: 6px;
  padding-right: 6px;
  position: relative;
  left: 0;
  top: 0;
  text-decoration: none;
}

a.menuButton:hover {
  color: #ffffff;
  text-decoration: none;
}

a.menuButtonActive, a.menuButtonActive:hover {
  background-color: #6898FF;
  color: #ffffff;
  border: 0 none;
  left: 0;
  top: 0;
  text-decoration: none;
}

.menu {
  background-color: #d0e8ff;
  color: #6898ff;
  border-width: 0;
  padding: 0;
  position: absolute;
  text-align: left;
  visibility: hidden;
  z-index: 101;
}

a.menuItem {
  color: #6898FF;
  cursor: default;
  display: block;
  font-size: small;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 2px;
  padding-left: 12px;
  padding-right: 12px;
  text-decoration: none;
  white-space: nowrap;
}

a.menuItem:hover {
  background-color: #6898FF;
  color: #ffffff;
  text-decoration: none;
}

.menuItemSep {
  border: 0;
  margin: 0;
}



ul.star {
  list-style-image: url('/Images/Icones/Htm-12');
  margin-left: 0;
}

