/* Style for top-menu */
.topMenu {
}

/* Style for submenus */
.submenu {
  background-color: #FFFAFA;
  border-width: 1px;
  border-style: solid;
  border-color: #AAAAAA;
  padding: 0px;
}

/* Style for top items: normal state */
.topItemNormal {
  background-color: transparent;
  font-family: verdana, arial;
  font-size: 10px;
  font-weight: bold;
  color: #7B2C30;
  cursor: pointer;
  width: 70px;
  height: 15px;
  padding-left: 10px;
  padding-right: 10px;
}

/* Style for top items: mouseover state */
.topItemOver {
  background-color: #FFFAFA;
  font-family: verdana, arial;
  font-size: 10px;
  font-weight: bold;
  color: #696969;
  cursor: pointer;
  width: 70px;
  height: 15px;
  padding-left: 10px;
  padding-right: 10px;
}

/* Style for items: normal state */
.itemNormal {
  cursor: pointer;
  background-color: #FFFAFA;
  padding: 5px 15px 5px 15px;
  width: 200px;
}

/* Style for items: mouseover state */
.itemOver {
  cursor: pointer;
  background-color: #FAF0E6;
  padding: 5px 15px 5px 15px;
  width: 200px;
}

/* Style for items text: normal state */
.itemTextNormal {
  font-family: verdana, arial;
  font-weight: bold;
  font-size: 10px;
  color: #7B2C30;
  width: 100%
}

/* Style for items text: mouseover state */
.itemTextOver {
  font-family: verdana, arial;
  font-size: 10px;
  font-weight: bold;
  color: #696969;
  width: 100%
}

