/* menu.css */

#Menu {
  height: 53px;
  background: transparent url(/images/menu/background-menu.gif) no-repeat top left;
}
#Menu ul {
  width: 100%;
  list-style-type: none;
}
#Menu ul li {
  float: left;
  line-height: 53px;
}
#Menu a {
  display: block;
  font-size: 15px;
  padding: 0 9px 0 10px;
  color: white;
  font-weight: bold;
  line-height: 53px;
  text-decoration: none;
}
#Menu a:hover .hoverMenu {
  border-bottom: 5px solid #CCCCCC;
  padding-bottom: 3px;
}
#Menu .selected {
  color: #1B1464;
  background: transparent url(/images/menu/selected-right.gif) no-repeat right 6px;
  height: 53px;
}
#Menu .selected .left {
  background: transparent url(/images/menu/selected-left.gif) no-repeat left 6px;
  display: block;
  padding-left: 9px;
}
#Menu .selected .hoverMenu {
  border-bottom: 5px solid #0071BC;
  padding-bottom: 3px;
}
#Menu .selected:hover .hoverMenu {
  border-bottom: 5px solid #0071BC;
  padding-bottom: 3px;
}