/* Style for top-menu */
.topMenu {
}

/* Style for submenus */
.submenu {
  background-color: #FFFFFF;
  border-width: 1px;
  border-style: solid;
  border-color: #AAAAAA;
  padding: 0px;
}

/* Style for top items: normal state */
.topItemNormal {
ackground-image: url(../pics/menuback_u.gif);
  background-repeat: no-repeat;
  font-family: Arial;
  font-weight : normal;
  font-size: 11px;
  color: #FFFFFF;
  cursor: pointer;
idth : 80px;
  height: 32px;
  padding-top: 3px;
  padding-left: 0px;
  padding-right: 20px;
}

/* Style for top items: mouseover state */
.topItemOver {
ackground-image: url(../pics/menuback.gif);
  background-repeat: no-repeat;
  background-color : white;
  font-family: Arial;
  font-weight : normal;
  font-size: 11px;
  color: Black;
  cursor: pointer;
idth : 80px;
  height: 32px;
  padding-top: 3px;
  padding-left: 0px;
  padding-right: 20px;
}

/* Style for items: normal state */
.itemNormal {
  cursor: pointer;
  background-color: #FFFFFF;
  padding: 0px 10px 0px 0px;
  width: 170px;
}

/* Style for items: mouseover state */
.itemOver {
  cursor: pointer;
  background-color: #357EF8;
  padding: 0px 10px 0px 0px;
  width: 170px;
}

/* 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: #FFFFFF;
  width: 100%
}
