.topMenu {
  background-color: #FFFFFF;
  border-width: 0;
  border-style: none;
}

.submenu {
  background-color: #FFFFFF;
  border-width: 0;
  border-style: none;
  border-color: #AA0000;
}

.topItemNormal {
  background-image: url(http://www.foreverbeautyusa.com/images/nav_bg.jpg);
  height:28px;
  font-family: Tahoma;
  font-size: 11px;
  font-weight: bold;
  color: #006B00;
  cursor: pointer;
}

.topItemOver {
  background-image: url(http://www.foreverbeautyusa.com/images/nav_bg.jpg);
  font-family: Tahoma;
  height:28px;  
  font-size: 11px;
  font-weight: bold;
  color: #923719;
  cursor: pointer;
}

.itemNormal {
  font-family: Tahoma;
  font-size: 12px;
  height:24px;  /* cell height */
  color: #000000;
  cursor: pointer;
  background-color: #F4C9D2;
}

.itemOver {
  font-family: Tahoma;
  font-size: 12px;
  height:24px;  /* cell height */
  color: #000000;
  cursor: pointer;
  background-color: #FAF6EB;
}