
.main_level_menu_text {
  font-weight: bold; 
}

.menu_item_style {
  font-family: Georgia, Italianate, Times;
  padding: 0px 3px 0px 3px;
  color: #990000;
}

.menu_item_style_over {
  font-family: Georgia, Italianate, Times;
  padding: 0px 3px 0px 3px;
  color: #FFFFFF;
}

.menu_parent_item_style {
  font-family: Georgia, Italianate, Times;
  padding: 0px 3px 0px 3px;
  background-image: url('/images/website/coolmenu/arrow.gif');
  background-repeat: no-repeat;
  background-position: center right;
  color: #990000;
}

.menu_parent_item_style_over {
  font-family: Georgia, Italianate, Times;
  padding: 0px 3px 0px 3px;
  color: #FFFFFF;
  background-image: url('/images/website/coolmenu/arrow_over.gif');
  background-repeat: no-repeat;
  background-position: center right;
}
