/* Style for top-menu */
.topMenu {
  background-color: #FFFFFF;
  border-width: 0px;
  border-style: solid;
  border-color: #0000FF;
  margin-top: 0px;
  margin-bottom: 0px;
  border-collapse: collapse;
  height: 40px;
}


/* Style for submenus */
.submenu {
}

/* Style for top items: normal state */
.topItemNormal {
  vertical-align: text-top;
  text-align: center;
  font-family: Trebuchet MS, Tahoma;
  font-size: 12px;
  font-weight: bold;
  color: #0000FF;
  cursor: pointer;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

/* Style for top items: mouseover state */
.topItemOver {
  vertical-align: text-top;
  text-align: center;
  font-family: Trebuchet MS, Tahoma;
  font-size: 12px;
  font-weight: bold;
  color: #9999CC;
  cursor: pointer;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

/* Style for items: normal state */
.itemNormal {
  cursor: pointer;
  background-color: #CCCCCC;
  width: 75px;
}

/* Style for items: mouseover state */
.itemOver {
  cursor: pointer;
  background-color: #CCCCCC;
  width: 75px;
}

/* Style for items text: normal state */
.itemTextNormal {
  font-family: Trebuchet MS, Tahoma;
  font-size: 11px;
  color: #000000;
  width: 100%
}

/* Style for items text: mouseover state */
.itemTextOver {
  font-family: Trebuchet MS, Tahoma;
  font-size: 11px;
  color: #000000;
  width: 100%
}