﻿A.menu,
A.menu:hover,
A.menu:visited {
  color: #2D5A00;
  font-weight: bold;
  font-size: 110%;
  text-decoration: none;
}
A.menu:hover {
  color: #000000;
}
UL.menu {
  list-style-type: none;
  margin: 0px 0px 0px 0px;
  white-space: nowrap;
}
UL.menu LI {
  float: left;
  height: 42px;
  padding: 10px 0px 0px 5px;
}
UL.menu LI:hover {
  background-image: url(../images/menu/full.gif);
  background-position: center top;
  background-repeat: no-repeat;
  color: #000000;
}
UL.menu LI.menu_small,
UL.menu LI.menu_selected_small {
  width: 105px;
}
UL.menu LI.menu,
UL.menu LI.menu_selected {
  margin: 0px 10px 0px 0px;
}
