/* menu.css */

.Menu {
  list-style-type: none;
  background: transparent url(/images/menu/menu.gif) no-repeat bottom left;
  height: 48px;
  line-height: 48px;
}
/* hack ie6 and below */
* html .Menu {
  border-bottom: 10px solid white;
}
.Menu li {
  list-style-type: none;
  display: inline;
  color: white;
}
.Menu li a {
  padding: 14px 32px;
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}
.Menu a:hover .hoverMenu {
  border-bottom: 5px solid #2B8BBB;
  padding-bottom: 2px;
}
.Menu .selected .hoverMenu {
  border-bottom: 5px solid #2B8BBB;
  padding-bottom: 2px;
}